ChatMemberUpdated

telegramium.bots.ChatMemberUpdated
final case class ChatMemberUpdated(chat: Chat, from: User, date: Int, oldChatMember: ChatMember, newChatMember: ChatMember, inviteLink: Option[ChatInviteLink], viaChatFolderInviteLink: Option[Boolean])

This object represents changes in the status of a chat member.

Value parameters

chat

Chat the user belongs to

date

Date the change was done in Unix time

from

Performer of the action, which resulted in the change

inviteLink

Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.

newChatMember

New information about the chat member

oldChatMember

Previous information about the chat member

viaChatFolderInviteLink

Optional. True, if the user joined the chat via a chat folder invite link

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product