Sha256: b27d649b6d7ca6beb98d7b32a18b688bf34cac98b05648810cfe71650440987a
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
module TD::Types # A new voice chat was scheduled. # # @attr group_call_id [Integer] Identifier of the voice chat. # The voice chat can be received through the method getGroupCall. # @attr start_date [Integer] Point in time (Unix timestamp) when the group call is supposed to be started by an # administrator. class MessageContent::VoiceChatScheduled < MessageContent attribute :group_call_id, TD::Types::Integer attribute :start_date, 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/message_content/voice_chat_scheduled.rb |