Layer 220
ChatInvitePeek
A chat invitation that also allows peeking into the group to read messages without joining it.
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
ChatInviteGogram Example
// Creating ChatInvitePeek constructor obj := &tg.ChatInvitePeek{ Chat: &tg.Chat{}, Expires: 0, }