View Source ExGram.Model.Chat (ex_gram v0.53.0)

This object represents a chat.

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

Summary

Types

@type t() :: %ExGram.Model.Chat{
  first_name: String.t() | nil,
  id: integer(),
  is_forum: boolean() | nil,
  last_name: String.t() | nil,
  title: String.t() | nil,
  type: String.t(),
  username: String.t() | nil
}

Functions