Class TdApi.UpdateTrustedMiniAppBots

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateTrustedMiniAppBots
Enclosing class:
TdApi

public static class TdApi.UpdateTrustedMiniAppBots extends TdApi.Update
Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long[]
    List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible.
    static final int
    Identifier uniquely determining type of the object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
    UpdateTrustedMiniAppBots(long[] botUserIds)
    Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • botUserIds

      public long[] botUserIds
      List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible.
    • CONSTRUCTOR

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

    • UpdateTrustedMiniAppBots

      public UpdateTrustedMiniAppBots()
      Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
    • UpdateTrustedMiniAppBots

      public UpdateTrustedMiniAppBots(long[] botUserIds)
      Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
      Parameters:
      botUserIds - List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible.
  • 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