View Source Telegex.Type.SwitchInlineQueryChosenChat (Telegex v1.8.0)

This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.

Summary

Types

@type t() :: %Telegex.Type.SwitchInlineQueryChosenChat{
  allow_bot_chats: boolean() | nil,
  allow_channel_chats: boolean() | nil,
  allow_group_chats: boolean() | nil,
  allow_user_chats: boolean() | nil,
  query: String.t() | nil
}