type github.com/gotd/td/tg.InputChatPhotoClass
25 uses
github.com/gotd/td/tg (current package)
tl_channels_edit_photo_gen.go#L45: Photo InputChatPhotoClass
tl_channels_edit_photo_gen.go#L85: GetPhoto() (value InputChatPhotoClass)
tl_channels_edit_photo_gen.go#L197: func (e *ChannelsEditPhotoRequest) GetPhoto() (value InputChatPhotoClass) {
tl_input_chat_photo_gen.go#L45: func (i InputChatPhotoEmpty) construct() InputChatPhotoClass { return &i }
tl_input_chat_photo_gen.go#L54: _ InputChatPhotoClass = &InputChatPhotoEmpty{}
tl_input_chat_photo_gen.go#L179: func (i InputChatUploadedPhoto) construct() InputChatPhotoClass { return &i }
tl_input_chat_photo_gen.go#L188: _ InputChatPhotoClass = &InputChatUploadedPhoto{}
tl_input_chat_photo_gen.go#L496: func (i InputChatPhoto) construct() InputChatPhotoClass { return &i }
tl_input_chat_photo_gen.go#L505: _ InputChatPhotoClass = &InputChatPhoto{}
tl_input_chat_photo_gen.go#L642: type InputChatPhotoClass interface {
tl_input_chat_photo_gen.go#L647: construct() InputChatPhotoClass
tl_input_chat_photo_gen.go#L662: func DecodeInputChatPhoto(buf *bin.Buffer) (InputChatPhotoClass, error) {
tl_input_chat_photo_gen.go#L696: InputChatPhoto InputChatPhotoClass
tl_input_chat_photo_slices_gen.go#L38: type InputChatPhotoClassArray []InputChatPhotoClass
tl_input_chat_photo_slices_gen.go#L41: func (s InputChatPhotoClassArray) Sort(less func(a, b InputChatPhotoClass) bool) InputChatPhotoClassArray {
tl_input_chat_photo_slices_gen.go#L49: func (s InputChatPhotoClassArray) SortStable(less func(a, b InputChatPhotoClass) bool) InputChatPhotoClassArray {
tl_input_chat_photo_slices_gen.go#L57: func (s InputChatPhotoClassArray) Retain(keep func(x InputChatPhotoClass) bool) InputChatPhotoClassArray {
tl_input_chat_photo_slices_gen.go#L71: func (s InputChatPhotoClassArray) First() (v InputChatPhotoClass, ok bool) {
tl_input_chat_photo_slices_gen.go#L79: func (s InputChatPhotoClassArray) Last() (v InputChatPhotoClass, ok bool) {
tl_input_chat_photo_slices_gen.go#L87: func (s *InputChatPhotoClassArray) PopFirst() (v InputChatPhotoClass, ok bool) {
tl_input_chat_photo_slices_gen.go#L97: var zero InputChatPhotoClass
tl_input_chat_photo_slices_gen.go#L106: func (s *InputChatPhotoClassArray) Pop() (v InputChatPhotoClass, ok bool) {
tl_messages_edit_chat_photo_gen.go#L42: Photo InputChatPhotoClass
tl_messages_edit_chat_photo_gen.go#L82: GetPhoto() (value InputChatPhotoClass)
tl_messages_edit_chat_photo_gen.go#L189: func (e *MessagesEditChatPhotoRequest) GetPhoto() (value InputChatPhotoClass) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |