Skip to content

utils.tg_button

util

Create an inline or row button

utils.tg_button(
  type: ?,
  style: ? = None,
  url: ? = None,
  data: ? = None,
  query: ? = None,
  text: ? = None,
  forward_text: ? = None,
  request_write_access: ? = False,
  allow_user_chats: ? = False,
  allow_bot_chats: ? = False,
  allow_group_chats: ? = False,
  allow_channel_chats: ? = False,
  *children: ?
)

Source: pytdbot/utils/rich_messages.py