class
TD::BasicGroupFullInfo
- TD::BasicGroupFullInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/basic_group_full_info.crConstructors
- .new(photo : Union(TD::ChatPhoto, Nil), description : String, creator_user_id : Int64, members : Array(TD::ChatMember), invite_link : Union(TD::ChatInviteLink, Nil), bot_commands : Array(TD::BotCommands))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #bot_commands : Array(TD::BotCommands)
- #bot_commands=(bot_commands : Array(TD::BotCommands))
- #creator_user_id : Int64
- #creator_user_id=(creator_user_id : Int64)
- #description : String
- #description=(description : String)
- #invite_link : TD::ChatInviteLink?
- #invite_link=(invite_link : Nil | TD::ChatInviteLink)
- #members : Array(TD::ChatMember)
- #members=(members : Array(TD::ChatMember))
- #object_type : String
- #object_type=(object_type : String)
- #photo : TD::ChatPhoto?
- #photo=(photo : Nil | TD::ChatPhoto)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(photo : Union(TD::ChatPhoto, Nil), description : String, creator_user_id : Int64, members : Array(TD::ChatMember), invite_link : Union(TD::ChatInviteLink, Nil), bot_commands : Array(TD::BotCommands))
#