Sha256: bc4d74ba7a95b9822801880ff885ec90966f9855f0decc6bd16427d9af6d3aeb
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
module TD::Types # A voice chat was created. # # @attr group_call_id [Integer] Identifier of the voice chat. # The voice chat can be received through the method getGroupCall. class ChatEventAction::VoiceChatCreated < ChatEventAction attribute :group_call_id, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_event_action/voice_chat_created.rb |