Class TdApi.SendBotStartMessage

Enclosing class:
TdApi

public static class TdApi.SendBotStartMessage extends TdApi.Function<TdApi.Message>
Invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires canInviteUsers member right. 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

    Fields
    Modifier and Type
    Field
    Description
    long
    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

    Constructors
    Constructor
    Description
    Default constructor for a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires canInviteUsers member right.
    SendBotStartMessage(long botUserId, long chatId, String parameter)
    Creates a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires canInviteUsers member right.
  • Method Summary

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

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • botUserId

      public long botUserId
      Identifier of the bot.
    • chatId

      public long chatId
      Identifier of the target chat.
    • parameter

      public String parameter
      A hidden parameter sent to the bot for deep linking purposes (https://core.telegram.org/bots#deep-linking).
    • CONSTRUCTOR

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

    • SendBotStartMessage

      public SendBotStartMessage()
      Default constructor for a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires canInviteUsers member right. 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

      public SendBotStartMessage(long botUserId, long chatId, String parameter)
      Creates a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires canInviteUsers member right. 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).
  • 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