Class TdApi.ChatEventLinkedChatChanged

Enclosing class:
TdApi

public static class TdApi.ChatEventLinkedChatChanged extends TdApi.ChatEventAction
The linked chat of a supergroup was changed.
  • Field Details

    • oldLinkedChatId

      public long oldLinkedChatId
      Previous supergroup linked chat identifier.
    • newLinkedChatId

      public long newLinkedChatId
      New supergroup linked chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatEventLinkedChatChanged

      public ChatEventLinkedChatChanged()
      The linked chat of a supergroup was changed.
    • ChatEventLinkedChatChanged

      public ChatEventLinkedChatChanged(long oldLinkedChatId, long newLinkedChatId)
      The linked chat of a supergroup was changed.
      Parameters:
      oldLinkedChatId - Previous supergroup linked chat identifier.
      newLinkedChatId - New supergroup linked chat identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR