ChatMemberUpdated

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

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

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product