Layer 220
ChatParticipantCreator
Represents the creator of the group
constructor
chatParticipantCreator#e46bcee4 user_id:long = ChatParticipant;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | ID of the user that created the group |
Returns
ChatParticipantGogram Example
// Creating ChatParticipantCreator constructor obj := &tg.ChatParticipantCreator{ UserId: int64(0), }