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

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

Summary

Types

@type t() :: %Telegex.Type.ChatMemberLeft{
  status: String.t(),
  user: Telegex.Type.User.t()
}