Sha256: 76be9609f10251edbc4f6b642b9939517318ad5db6f732827d717afbe0b5d589
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
module TD::Types # The linked chat of a supergroup was changed. # # @attr old_linked_chat_id [Integer] Previous supergroup linked chat identifier. # @attr new_linked_chat_id [Integer] New supergroup linked chat identifier. class ChatEventAction::LinkedChatChanged < ChatEventAction attribute :old_linked_chat_id, TD::Types::Integer attribute :new_linked_chat_id, TD::Types::Integer end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_event_action/linked_chat_changed.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_event_action/linked_chat_changed.rb |