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

This object represents a chat.

Summary

Types

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