Layer 220
InputChatPhoto
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.InputChatPhoto interface.
Use any of the following constructors:
Gogram Example
// InputChatPhoto is an interface type // You can use any of the following constructors: var _ tg.InputChatPhoto = &tg.InputChatPhotoEmpty{} var _ tg.InputChatPhoto = &tg.InputChatUploadedPhoto{} var _ tg.InputChatPhoto = &tg.InputChatPhoto{}