Layer 220
constructor
chatParticipantCreator#e46bcee4 user_id:long = ChatParticipant;

Parameters

Name Type Description
UserId long ID of the user that created the group

Returns

ChatParticipant

Gogram Example

// Creating ChatParticipantCreator constructor
obj := &tg.ChatParticipantCreator{
    UserId: int64(0),
}