View Source ExGram.Model.SwitchInlineQueryChosenChat (ex_gram v0.52.2)

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

Check the documentation of this model in https://core.telegram.org/bots/api#switchinlinequerychosenchat

Summary

Types

@type t() :: %ExGram.Model.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
}

Functions