Sha256: 2c6c8af52228f7a2ad74b1b04fbec5287bd58a3fc35d2d3842ee3869515083c2
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
module TD::Types # A chat was pinned or unpinned. # # @attr chat_id [Integer] Chat identifier. # @attr is_pinned [Boolean] New value of is_pinned. # @attr order [Integer] New value of the chat order. class Update::ChatIsPinned < Update attribute :chat_id, TD::Types::Integer attribute :is_pinned, TD::Types::Bool attribute :order, TD::Types::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/update/chat_is_pinned.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/update/chat_is_pinned.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/update/chat_is_pinned.rb |