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

41 uses

	github.com/gotd/td/tg (current package)
		tl_account_report_profile_photo_gen.go#L42: 	PhotoID InputPhotoClass
		tl_account_report_profile_photo_gen.go#L92: 	GetPhotoID() (value InputPhotoClass)
		tl_account_report_profile_photo_gen.go#L237: func (r *AccountReportProfilePhotoRequest) GetPhotoID() (value InputPhotoClass) {
		tl_input_bot_inline_result_gen.go#L505: 	Photo InputPhotoClass
		tl_input_bot_inline_result_gen.go#L559: 	GetPhoto() (value InputPhotoClass)
		tl_input_bot_inline_result_gen.go#L706: func (i *InputBotInlineResultPhoto) GetPhoto() (value InputPhotoClass) {
		tl_input_chat_photo_gen.go#L489: 	ID InputPhotoClass
		tl_input_chat_photo_gen.go#L530: 	GetID() (value InputPhotoClass)
		tl_input_chat_photo_gen.go#L616: func (i *InputChatPhoto) GetID() (value InputPhotoClass) {
		tl_input_media_gen.go#L470: 	ID InputPhotoClass
		tl_input_media_gen.go#L525: 	GetID() (value InputPhotoClass)
		tl_input_media_gen.go#L676: func (i *InputMediaPhoto) GetID() (value InputPhotoClass) {
		tl_input_photo_gen.go#L45: func (i InputPhotoEmpty) construct() InputPhotoClass { return &i }
		tl_input_photo_gen.go#L54: 	_ InputPhotoClass = &InputPhotoEmpty{}
		tl_input_photo_gen.go#L159: func (i InputPhoto) construct() InputPhotoClass { return &i }
		tl_input_photo_gen.go#L168: 	_ InputPhotoClass = &InputPhoto{}
		tl_input_photo_gen.go#L349: type InputPhotoClass interface {
		tl_input_photo_gen.go#L354: 	construct() InputPhotoClass
		tl_input_photo_gen.go#L382: func DecodeInputPhoto(buf *bin.Buffer) (InputPhotoClass, error) {
		tl_input_photo_gen.go#L409: 	InputPhoto InputPhotoClass
		tl_input_photo_slices_gen.go#L38: type InputPhotoClassArray []InputPhotoClass
		tl_input_photo_slices_gen.go#L41: func (s InputPhotoClassArray) Sort(less func(a, b InputPhotoClass) bool) InputPhotoClassArray {
		tl_input_photo_slices_gen.go#L49: func (s InputPhotoClassArray) SortStable(less func(a, b InputPhotoClass) bool) InputPhotoClassArray {
		tl_input_photo_slices_gen.go#L57: func (s InputPhotoClassArray) Retain(keep func(x InputPhotoClass) bool) InputPhotoClassArray {
		tl_input_photo_slices_gen.go#L71: func (s InputPhotoClassArray) First() (v InputPhotoClass, ok bool) {
		tl_input_photo_slices_gen.go#L79: func (s InputPhotoClassArray) Last() (v InputPhotoClass, ok bool) {
		tl_input_photo_slices_gen.go#L87: func (s *InputPhotoClassArray) PopFirst() (v InputPhotoClass, ok bool) {
		tl_input_photo_slices_gen.go#L97: 	var zero InputPhotoClass
		tl_input_photo_slices_gen.go#L106: func (s *InputPhotoClassArray) Pop() (v InputPhotoClass, ok bool) {
		tl_input_stickered_media_gen.go#L40: 	ID InputPhotoClass
		tl_input_stickered_media_gen.go#L81: 	GetID() (value InputPhotoClass)
		tl_input_stickered_media_gen.go#L167: func (i *InputStickeredMediaPhoto) GetID() (value InputPhotoClass) {
		tl_photos_delete_photos_gen.go#L40: 	ID []InputPhotoClass
		tl_photos_delete_photos_gen.go#L76: 	GetID() (value []InputPhotoClass)
		tl_photos_delete_photos_gen.go#L161: 			d.ID = make([]InputPhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_delete_photos_gen.go#L175: func (d *PhotosDeletePhotosRequest) GetID() (value []InputPhotoClass) {
		tl_photos_delete_photos_gen.go#L191: func (c *Client) PhotosDeletePhotos(ctx context.Context, id []InputPhotoClass) ([]int64, error) {
		tl_photos_update_profile_photo_gen.go#L53: 	ID InputPhotoClass
		tl_photos_update_profile_photo_gen.go#L100: 	GetID() (value InputPhotoClass)
		tl_photos_update_profile_photo_gen.go#L273: func (u *PhotosUpdateProfilePhotoRequest) GetID() (value InputPhotoClass) {
		tl_server_gen.go#L6167: func (s *ServerDispatcher) OnPhotosDeletePhotos(f func(ctx context.Context, id []InputPhotoClass) ([]int64, error)) {