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

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

Link to this section Summary

Link to this section Types

Specs

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
}

Link to this section Functions