class
TD::MessageContent::BasicGroupChatCreate
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/basic_group_chat_create.crConstructors
- .new(title : String, member_user_ids : Array(Int64))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #member_user_ids : Array(Int64)
- #member_user_ids=(member_user_ids : Array(Int64))
- #object_type : String
- #object_type=(object_type : String)
- #title : String
- #title=(title : String)