Package org.drinkless.tdlib
Class TdApi.UpdateTrustedMiniAppBots
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateTrustedMiniAppBots
- Enclosing class:
- TdApi
Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong[]List of user identifiers of the bots; the corresponding users may not be sent using updateUser updates and may not be accessible.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionLists 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 TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
botUserIds
public long[] botUserIdsList 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 CONSTRUCTORIdentifier 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-