UpdateGraphFunc typedef

UpdateGraphFunc = void Function(TTGraphData data, [String? id, String? replyToId])

Implementation

typedef UpdateGraphFunc = void Function(TTGraphData data,
    [String? id, String? replyToId]);