Telegram Chat object.
Parse a raw map into this type struct.
Parse a list of raw maps.
@type t() :: %Hotline.Types.Chat{ first_name: String.t() | nil, id: integer(), last_name: String.t() | nil, title: String.t() | nil, type: String.t(), username: String.t() | nil }