Layer 220
constructor
chatInvitePeek#61695cb0 chat:Chat expires:int = ChatInvite;

Parameters

Name Type Description
Chat Chat Chat information
Expires int Read-only anonymous access to this group will be revoked at this date

Returns

ChatInvite

Gogram Example

// Creating ChatInvitePeek constructor
obj := &tg.ChatInvitePeek{
    Chat: &tg.Chat{},
    Expires: 0,
}