ChatJoinRequest

final case class ChatJoinRequest(chat: Chat, from: User, date: Int, bio: Option[String], inviteLink: Option[ChatInviteLink])

Represents a join request sent to a chat.

Value parameters:
bio

Optional. Bio of the user.

chat

Chat to which the request was sent

date

Date the request was sent in Unix time

from

User that sent the join request

inviteLink

Optional. Chat invite link that was used by the user to send the join request

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