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