- Enclosing class:
- TdApi
Invites a bot to a chat (if it is not yet a member) and sends it the
/start command. Bots can't be invited to a private chat other than
the chat with the bot. Bots can't be invited to channels (although
they can be added as admins) and secret chats. Returns the sent
message.
Returns Message
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the bot.long
Identifier of the target chat.static final int
Identifier uniquely determining type of the object.A hidden parameter sent to the bot for deep linking purposes (https://core.telegram.org/bots#deep-linking). -
Constructor Summary
ConstructorDescriptionInvites a bot to a chat (if it is not yet a member) and sends it the /start command.SendBotStartMessage
(long botUserId, long chatId, String parameter) Invites a bot to a chat (if it is not yet a member) and sends it the /start command.SendBotStartMessage
(DataInput input) Invites a bot to a chat (if it is not yet a member) and sends it the /start command. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
botUserId
public long botUserIdIdentifier of the bot. -
chatId
public long chatIdIdentifier of the target chat. -
parameter
A hidden parameter sent to the bot for deep linking purposes (https://core.telegram.org/bots#deep-linking). -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendBotStartMessage
public SendBotStartMessage()Invites a bot to a chat (if it is not yet a member) and sends it the /start command. Bots can't be invited to a private chat other than the chat with the bot. Bots can't be invited to channels (although they can be added as admins) and secret chats. Returns the sent message.Returns
Message
-
SendBotStartMessage
Invites a bot to a chat (if it is not yet a member) and sends it the /start command. Bots can't be invited to a private chat other than the chat with the bot. Bots can't be invited to channels (although they can be added as admins) and secret chats. Returns the sent message.Returns
Message
- Parameters:
botUserId
- Identifier of the bot.chatId
- Identifier of the target chat.parameter
- A hidden parameter sent to the bot for deep linking purposes (https://core.telegram.org/bots#deep-linking).Returns
Message
-
SendBotStartMessage
Invites a bot to a chat (if it is not yet a member) and sends it the /start command. Bots can't be invited to a private chat other than the chat with the bot. Bots can't be invited to channels (although they can be added as admins) and secret chats. Returns the sent message.Returns
Message
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-