Sha256: 65f9078b751e96c6c254aa1d2ac49f3b8dae268c31235fc794d0d2524d179cd5
Contents?: true
Size: 319 Bytes
Versions: 2
Compression:
Stored size: 319 Bytes
Contents
module TD::Types # A voice chat was discarded. # # @attr group_call_id [Integer] Identifier of the voice chat. # The voice chat can be received through the method getGroupCall. class ChatEventAction::VoiceChatDiscarded < ChatEventAction attribute :group_call_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_event_action/voice_chat_discarded.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_event_action/voice_chat_discarded.rb |