View Source Telegex.Type.ChatMemberLeft (Telegex v1.0.0-rc.10)

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

Link to this section Summary

Link to this section Types

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