Sha256: a8b179a6d812b90e96ead098e6723d3cdde901eed3787f066086a12d896cbe83
Contents?: true
Size: 476 Bytes
Versions: 1
Compression:
Stored size: 476 Bytes
Contents
module TD::Types # The list to which the chat belongs was changed. # This update is guaranteed to be sent only when chat.order == 0 and the current or the new chat list is null. # # @attr chat_id [Integer] Chat identifier. # @attr chat_list [TD::Types::ChatList, nil] The new chat's chat list; may be null. class Update::ChatChatList < Update attribute :chat_id, TD::Types::Integer attribute :chat_list, TD::Types::ChatList.optional.default(nil) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/update/chat_chat_list.rb |