Method: BotUser#can_join_groups

Defined in:
lib/objects/user.rb

#can_join_groupsObject

Optional. True, if the bot can be invited to groups.



53
54
55
# File 'lib/objects/user.rb', line 53

def can_join_groups
  @user.can_join_groups
end