InternalLinkTypeBotStartInGroup


Object Hierarchy:

Object hierarchy for InternalLinkTypeBotStartInGroup

Description:

public class InternalLinkTypeBotStartInGroup : InternalLinkType

The link is a link to a Telegram bot, which is expected to be added to a group chat. Call Client.search_public_chat with the given bot username, check that the user is a bot and can be added to groups, ask the current user to select a basic group or a supergroup chat to add the bot to, taking into account that bots can be added to a public supergroup only by administrators of the supergroup. If administrator rights are provided by the link, call Client.get_chat_member to receive the current bot rights in the chat and if the bot already is an administrator, check that the current user can edit its administrator rights, combine received rights with the requested administrator rights, show confirmation box to the user, and call Client.set_chat_member_status with the chosen chat and confirmed administrator rights. Before call to Client.set_chat_member_status it may be required to upgrade the chosen basic group chat to a supergroup chat. Then, if start_parameter isn't empty, call Client.send_bot_start_message with the given start parameter and the chosen chat; otherwise, just send /start message with bot's username added to the chat


Namespace: TDLib
Package: valagram-1

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object