type github.com/gotd/td/tg.InputChatPhoto

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_chat_photo_gen.go#L487: type InputChatPhoto struct {
		tl_input_chat_photo_gen.go#L496: func (i InputChatPhoto) construct() InputChatPhotoClass { return &i }
		tl_input_chat_photo_gen.go#L500: 	_ bin.Encoder     = &InputChatPhoto{}
		tl_input_chat_photo_gen.go#L501: 	_ bin.Decoder     = &InputChatPhoto{}
		tl_input_chat_photo_gen.go#L502: 	_ bin.BareEncoder = &InputChatPhoto{}
		tl_input_chat_photo_gen.go#L503: 	_ bin.BareDecoder = &InputChatPhoto{}
		tl_input_chat_photo_gen.go#L505: 	_ InputChatPhotoClass = &InputChatPhoto{}
		tl_input_chat_photo_gen.go#L508: func (i *InputChatPhoto) Zero() bool {
		tl_input_chat_photo_gen.go#L520: func (i *InputChatPhoto) String() string {
		tl_input_chat_photo_gen.go#L524: 	type Alias InputChatPhoto
		tl_input_chat_photo_gen.go#L529: func (i *InputChatPhoto) FillFrom(from interface {
		tl_input_chat_photo_gen.go#L538: func (*InputChatPhoto) TypeID() uint32 {
		tl_input_chat_photo_gen.go#L543: func (*InputChatPhoto) TypeName() string {
		tl_input_chat_photo_gen.go#L548: func (i *InputChatPhoto) TypeInfo() tdp.Type {
		tl_input_chat_photo_gen.go#L567: func (i *InputChatPhoto) Encode(b *bin.Buffer) error {
		tl_input_chat_photo_gen.go#L576: func (i *InputChatPhoto) EncodeBare(b *bin.Buffer) error {
		tl_input_chat_photo_gen.go#L590: func (i *InputChatPhoto) Decode(b *bin.Buffer) error {
		tl_input_chat_photo_gen.go#L601: func (i *InputChatPhoto) DecodeBare(b *bin.Buffer) error {
		tl_input_chat_photo_gen.go#L616: func (i *InputChatPhoto) GetID() (value InputPhotoClass) {
		tl_input_chat_photo_gen.go#L684: 		v := InputChatPhoto{}
		tl_input_chat_photo_slices_gen.go#L135: 		value, ok := elem.(*InputChatPhoto)
		tl_input_chat_photo_slices_gen.go#L228: type InputChatPhotoArray []InputChatPhoto
		tl_input_chat_photo_slices_gen.go#L231: func (s InputChatPhotoArray) Sort(less func(a, b InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L239: func (s InputChatPhotoArray) SortStable(less func(a, b InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L247: func (s InputChatPhotoArray) Retain(keep func(x InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L261: func (s InputChatPhotoArray) First() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L269: func (s InputChatPhotoArray) Last() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L277: func (s *InputChatPhotoArray) PopFirst() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L287: 	var zero InputChatPhoto
		tl_input_chat_photo_slices_gen.go#L296: func (s *InputChatPhotoArray) Pop() (v InputChatPhoto, ok bool) {
		tl_registry_gen.go#L3642: 		InputChatPhotoTypeID:                                     func() bin.Object { return &InputChatPhoto{} },