class
TD::BotCommandScope::ChatMember
- TD::BotCommandScope::ChatMember
- TD::BotCommandScope
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/bot_command_scope/chat_member.crConstructors
- .new(chat_id : Int64, user_id : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #user_id : Int64
- #user_id=(user_id : Int64)