Sha256: f647e24aa4563926bade1f0c72d068315169567465b60a9e2da850c3a67f830f

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

module TD::Types
  # The message was sent on behalf of a chat.
  #
  # @attr chat_id [Integer] Identifier of the chat that sent the message.
  class MessageSender::Chat < MessageSender
    attribute :chat_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/message_sender/chat.rb