chatPhoto
Group profile photo.
type tg.ChatPhoto struct { /* ... */ }
Implements ChatPhoto.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
HasVideo | bool | — | Whether the user has an animated profile picture |
PhotoID | int64 | yes | Photo ID |
StrippedThumb | []byte | — | Stripped thumbnail |
DCID | int | yes | DC where this photo is stored |
References
- Official documentation
- Generated Go reference
- TL definition:
chatPhoto#1c6e1c11