Class TdApi.UpdateChatIsTranslatable

Enclosing class:
TdApi

public static class TdApi.UpdateChatIsTranslatable extends TdApi.Update
Translation of chat messages was enabled or disabled.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • isTranslatable

      public boolean isTranslatable
      New value of isTranslatable.
    • CONSTRUCTOR

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

    • UpdateChatIsTranslatable

      public UpdateChatIsTranslatable()
      Translation of chat messages was enabled or disabled.
    • UpdateChatIsTranslatable

      public UpdateChatIsTranslatable(long chatId, boolean isTranslatable)
      Translation of chat messages was enabled or disabled.
      Parameters:
      chatId - Chat identifier.
      isTranslatable - New value of isTranslatable.
  • 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