botIsMember property

  1. @JsonKey(name: 'bot_is_member')
bool? get botIsMember
inherited

Optional. Pass True to request a chat with the bot as a member. Otherwise, no additional restrictions are applied.

Implementation

@JsonKey(name: 'bot_is_member')
bool? get botIsMember;