Telegex.get_chat
You're seeing just the function
get_chat
, go back to Telegex module for more information.
Specs
get_chat(integer() | String.t()) :: {:ok, Telegex.Model.Chat.t()} | {:error, Telegex.Model.errors()}
Use this method to get up to date information about the chat (current name of the user for one-on-one conversations,
current username of a user, group or channel, etc.). Returns a Telegex.Model.Chat
object on success.