Sha256: a9b30d8e49c840f4e643f90b1181013f72692cac464d5f2f15d25d45b7bac819
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 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. # @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/message_forward_origin/channel.rb |