Sha256: 7d2dad4bd81f76eb7dfd079bbe1a59583cad27b429d9542ee999617ea820c6a0
Contents?: true
Size: 429 Bytes
Versions: 3
Compression:
Stored size: 429 Bytes
Contents
module TD::Types # The message pinned state was changed. # # @attr chat_id [Integer] Chat identifier. # @attr message_id [Integer] The message identifier. # @attr is_pinned [Boolean] True, if the message is pinned. class Update::MessageIsPinned < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :message_id, TD::Types::Coercible::Integer attribute :is_pinned, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems