Sha256: 4442371572cf6c7a3ae3aafdc58e40d902f9d28892b1dea850282bac5c669745

Contents?: true

Size: 513 Bytes

Versions: 2

Compression:

Stored size: 513 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::Coercible::Integer
    attribute :start_date, 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_scheduled.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/voice_chat_scheduled.rb