View Source ExGram.Model.ChatMemberLeft (ex_gram v0.52.2)

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

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

Summary

Types

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

Functions