ExGram.Model.ChatMemberLeft (ex_gram v0.55.1)

View Source

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

t()

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

Functions

decode_as()