Layer 224
ChatParticipantObj
Group member.
constructor
chatParticipant#c02d4007 user_id:long inviter_id:long date:int = ChatParticipant;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | Member user ID |
| InviterId | long | ID of the user that added the member to the group |
| Date | int | Date added to the group |
Returns
ChatParticipantGogram Example
// Creating ChatParticipantObj constructor obj := &tg.ChatParticipantObj{ UserId: int64(1234567890), InviterId: int64(1234567890), Date: 42, }