class
TD::ChatEventAction::VideoChatParticipantVolumeLevelChanged
- TD::ChatEventAction::VideoChatParticipantVolumeLevelChanged
- TD::ChatEventAction
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_event_action/video_chat_participant_volume_level_changed.crConstructors
- .new(participant_id : TD::MessageSender, volume_level : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #participant_id : TD::MessageSender
- #participant_id=(participant_id : TD::MessageSender)
- #volume_level : Int32
- #volume_level=(volume_level : Int32)