Sha256: c2096629c65fbf76cb889f95cdece962ffe8def708846129325136cdeba9eab0

Contents?: true

Size: 432 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_event_action/linked_chat_changed.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/linked_chat_changed.rb