Sha256: 97ba9fbe48a388e2c92c615173e27c17c2339e11513f0f866cd35b99301027fb
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
module TD::Types # A newly created voice chat. # # @attr group_call_id [Integer] Identifier of the voice chat. # The voice chat can be received through the method getGroupCall. class MessageContent::VoiceChatStarted < MessageContent 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/message_content/voice_chat_started.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/message_content/voice_chat_started.rb |