Sha256: 38c7847c1ac5334836c1e3d84b8bb7714fb775d6f54711783d23eb0fae95d299
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 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::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_created.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_event_action/voice_chat_created.rb |