queryId property

  1. @JsonKey.new(name: 'query_id')
String? get queryId
inherited

Optional. Identifier of the join request query. If present, then the bot must call sendChatJoinRequestWebApp or directly call answerChatJoinRequestQuery within 10 seconds.

Implementation

@JsonKey(name: 'query_id')
String? get queryId;