Sha256: 4f5ac89b75e661219694920caa3dfc27c1ffb8eadce31065ba23cade2611aee1

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 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::Integer
    attribute :message_id, TD::Types::Integer
    attribute :is_pinned, TD::Types::Bool
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/message_is_pinned.rb