Package org.drinkless.tdlib
Class TdApi.RemoveMessageSenderBotVerification
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemoveMessageSenderBotVerification
- Enclosing class:
- TdApi
Removes the verification status of a user or a chat by an owned bot.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the owned bot, which verified the user or the chat.static final int
Identifier uniquely determining type of the object.Identifier of the user or the supergroup or channel chat, which verification is removed. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes the verification status of a user or a chat by an owned bot.RemoveMessageSenderBotVerification
(long botUserId, TdApi.MessageSender verifiedId) Creates a function, which removes the verification status of a user or a chat by an owned bot. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
botUserId
public long botUserIdIdentifier of the owned bot, which verified the user or the chat. -
verifiedId
Identifier of the user or the supergroup or channel chat, which verification is removed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveMessageSenderBotVerification
public RemoveMessageSenderBotVerification()Default constructor for a function, which removes the verification status of a user or a chat by an owned bot.Returns
Ok
-
RemoveMessageSenderBotVerification
Creates a function, which removes the verification status of a user or a chat by an owned bot.Returns
Ok
- Parameters:
botUserId
- Identifier of the owned bot, which verified the user or the chat.verifiedId
- Identifier of the user or the supergroup or channel chat, which verification is removed.
-
-
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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-