Sha256: a3283c625e8cf098516a29d27eaaf12292117d631976932e7c95e3daf2c6494d

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

module TD::Types
  # The message was originally a post in a channel.
  #
  # @attr chat_id [Integer] Identifier of the chat from which the message was originally forwarded.
  # @attr message_id [Integer] Message identifier of the original message; 0 if unknown.
  # @attr author_signature [String] Original post author signature.
  class MessageForwardOrigin::Channel < MessageForwardOrigin
    attribute :chat_id, TD::Types::Integer
    attribute :message_id, TD::Types::Integer
    attribute :author_signature, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/message_forward_origin/channel.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_forward_origin/channel.rb