Sha256: c2096629c65fbf76cb889f95cdece962ffe8def708846129325136cdeba9eab0
Contents?: true
Size: 432 Bytes
Versions: 3
Compression:
Stored size: 432 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::Coercible::Integer attribute :new_linked_chat_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems