canJoinGroups property

  1. @JsonKey(name: 'can_join_groups')
bool? get canJoinGroups
inherited

Optional. True, if the bot can be invited to groups. Returned only in getMe.

Implementation

@JsonKey(name: 'can_join_groups')
bool? get canJoinGroups;