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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/message_is_pinned.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/message_is_pinned.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/message_is_pinned.rb