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

95 uses

	github.com/gotd/td/tg (current package)
		tl_bot_app_gen.go#L163: 	Photo PhotoClass
		tl_bot_app_gen.go#L243: 	GetPhoto() (value PhotoClass)
		tl_bot_app_gen.go#L489: func (b *BotApp) GetPhoto() (value PhotoClass) {
		tl_bot_info_gen.go#L55: 	DescriptionPhoto PhotoClass
		tl_bot_info_gen.go#L123: 	GetDescriptionPhoto() (value PhotoClass, ok bool)
		tl_bot_info_gen.go#L405: func (b *BotInfo) SetDescriptionPhoto(value PhotoClass) {
		tl_bot_info_gen.go#L412: func (b *BotInfo) GetDescriptionPhoto() (value PhotoClass, ok bool) {
		tl_bot_inline_result_gen.go#L522: 	Photo PhotoClass
		tl_bot_inline_result_gen.go#L604: 	GetPhoto() (value PhotoClass, ok bool)
		tl_bot_inline_result_gen.go#L847: func (b *BotInlineMediaResult) SetPhoto(value PhotoClass) {
		tl_bot_inline_result_gen.go#L854: func (b *BotInlineMediaResult) GetPhoto() (value PhotoClass, ok bool) {
		tl_channel_admin_log_event_action_gen.go#L528: 	PrevPhoto PhotoClass
		tl_channel_admin_log_event_action_gen.go#L530: 	NewPhoto PhotoClass
		tl_channel_admin_log_event_action_gen.go#L574: 	GetPrevPhoto() (value PhotoClass)
		tl_channel_admin_log_event_action_gen.go#L575: 	GetNewPhoto() (value PhotoClass)
		tl_channel_admin_log_event_action_gen.go#L679: func (c *ChannelAdminLogEventActionChangePhoto) GetPrevPhoto() (value PhotoClass) {
		tl_channel_admin_log_event_action_gen.go#L687: func (c *ChannelAdminLogEventActionChangePhoto) GetNewPhoto() (value PhotoClass) {
		tl_chat_full_gen.go#L68: 	ChatPhoto PhotoClass
		tl_chat_full_gen.go#L234: 	GetChatPhoto() (value PhotoClass, ok bool)
		tl_chat_full_gen.go#L807: func (c *ChatFull) SetChatPhoto(value PhotoClass) {
		tl_chat_full_gen.go#L814: func (c *ChatFull) GetChatPhoto() (value PhotoClass, ok bool) {
		tl_chat_full_gen.go#L1142: 	ChatPhoto PhotoClass
		tl_chat_full_gen.go#L1498: 	GetChatPhoto() (value PhotoClass)
		tl_chat_full_gen.go#L2958: func (c *ChannelFull) GetChatPhoto() (value PhotoClass) {
		tl_chat_invite_gen.go#L224: 	Photo PhotoClass
		tl_chat_invite_gen.go#L328: 	GetPhoto() (value PhotoClass)
		tl_chat_invite_gen.go#L789: func (c *ChatInvite) GetPhoto() (value PhotoClass) {
		tl_game_gen.go#L55: 	Photo PhotoClass
		tl_game_gen.go#L121: 	GetPhoto() (value PhotoClass)
		tl_game_gen.go#L353: func (g *Game) GetPhoto() (value PhotoClass) {
		tl_message_action_gen.go#L452: 	Photo PhotoClass
		tl_message_action_gen.go#L493: 	GetPhoto() (value PhotoClass)
		tl_message_action_gen.go#L579: func (m *MessageActionChatEditPhoto) GetPhoto() (value PhotoClass) {
		tl_message_action_gen.go#L6321: 	Photo PhotoClass
		tl_message_action_gen.go#L6362: 	GetPhoto() (value PhotoClass)
		tl_message_action_gen.go#L6448: func (m *MessageActionSuggestProfilePhoto) GetPhoto() (value PhotoClass) {
		tl_message_media_gen.go#L151: 	Photo PhotoClass
		tl_message_media_gen.go#L206: 	GetPhoto() (value PhotoClass, ok bool)
		tl_message_media_gen.go#L366: func (m *MessageMediaPhoto) SetPhoto(value PhotoClass) {
		tl_message_media_gen.go#L373: func (m *MessageMediaPhoto) GetPhoto() (value PhotoClass, ok bool) {
		tl_page_gen.go#L65: 	Photos []PhotoClass
		tl_page_gen.go#L136: 	GetPhotos() (value []PhotoClass)
		tl_page_gen.go#L339: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_gen.go#L450: func (p *Page) GetPhotos() (value []PhotoClass) {
		tl_photo_gen.go#L47: func (p PhotoEmpty) construct() PhotoClass { return &p }
		tl_photo_gen.go#L56: 	_ PhotoClass = &PhotoEmpty{}
		tl_photo_gen.go#L209: func (p Photo) construct() PhotoClass { return &p }
		tl_photo_gen.go#L218: 	_ PhotoClass = &Photo{}
		tl_photo_gen.go#L616: type PhotoClass interface {
		tl_photo_gen.go#L621: 	construct() PhotoClass
		tl_photo_gen.go#L662: func DecodePhoto(buf *bin.Buffer) (PhotoClass, error) {
		tl_photo_gen.go#L689: 	Photo PhotoClass
		tl_photo_slices_gen.go#L38: type PhotoClassArray []PhotoClass
		tl_photo_slices_gen.go#L41: func (s PhotoClassArray) Sort(less func(a, b PhotoClass) bool) PhotoClassArray {
		tl_photo_slices_gen.go#L49: func (s PhotoClassArray) SortStable(less func(a, b PhotoClass) bool) PhotoClassArray {
		tl_photo_slices_gen.go#L57: func (s PhotoClassArray) Retain(keep func(x PhotoClass) bool) PhotoClassArray {
		tl_photo_slices_gen.go#L71: func (s PhotoClassArray) First() (v PhotoClass, ok bool) {
		tl_photo_slices_gen.go#L79: func (s PhotoClassArray) Last() (v PhotoClass, ok bool) {
		tl_photo_slices_gen.go#L87: func (s *PhotoClassArray) PopFirst() (v PhotoClass, ok bool) {
		tl_photo_slices_gen.go#L97: 	var zero PhotoClass
		tl_photo_slices_gen.go#L106: func (s *PhotoClassArray) Pop() (v PhotoClass, ok bool) {
		tl_photo_slices_gen.go#L121: 	return s.Sort(func(a, b PhotoClass) bool {
		tl_photo_slices_gen.go#L128: 	return s.SortStable(func(a, b PhotoClass) bool {
		tl_photos_photo_gen.go#L40: 	Photo PhotoClass
		tl_photos_photo_gen.go#L81: 	GetPhoto() (value PhotoClass)
		tl_photos_photo_gen.go#L199: func (p *PhotosPhoto) GetPhoto() (value PhotoClass) {
		tl_photos_photos_gen.go#L40: 	Photos []PhotoClass
		tl_photos_photos_gen.go#L86: 	GetPhotos() (value []PhotoClass)
		tl_photos_photos_gen.go#L186: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L217: func (p *PhotosPhotos) GetPhotos() (value []PhotoClass) {
		tl_photos_photos_gen.go#L250: 	Photos []PhotoClass
		tl_photos_photos_gen.go#L300: 	GetPhotos() (value []PhotoClass)
		tl_photos_photos_gen.go#L413: 			p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L452: func (p *PhotosPhotosSlice) GetPhotos() (value []PhotoClass) {
		tl_photos_photos_gen.go#L514: 	GetPhotos() (value []PhotoClass)
		tl_sponsored_web_page_gen.go#L51: 	Photo PhotoClass
		tl_sponsored_web_page_gen.go#L98: 	GetPhoto() (value PhotoClass, ok bool)
		tl_sponsored_web_page_gen.go#L248: func (s *SponsoredWebPage) SetPhoto(value PhotoClass) {
		tl_sponsored_web_page_gen.go#L255: func (s *SponsoredWebPage) GetPhoto() (value PhotoClass, ok bool) {
		tl_user_full_gen.go#L95: 	PersonalPhoto PhotoClass
		tl_user_full_gen.go#L99: 	ProfilePhoto PhotoClass
		tl_user_full_gen.go#L104: 	FallbackPhoto PhotoClass
		tl_user_full_gen.go#L315: 	GetPersonalPhoto() (value PhotoClass, ok bool)
		tl_user_full_gen.go#L316: 	GetProfilePhoto() (value PhotoClass, ok bool)
		tl_user_full_gen.go#L317: 	GetFallbackPhoto() (value PhotoClass, ok bool)
		tl_user_full_gen.go#L1181: func (u *UserFull) SetPersonalPhoto(value PhotoClass) {
		tl_user_full_gen.go#L1188: func (u *UserFull) GetPersonalPhoto() (value PhotoClass, ok bool) {
		tl_user_full_gen.go#L1199: func (u *UserFull) SetProfilePhoto(value PhotoClass) {
		tl_user_full_gen.go#L1206: func (u *UserFull) GetProfilePhoto() (value PhotoClass, ok bool) {
		tl_user_full_gen.go#L1217: func (u *UserFull) SetFallbackPhoto(value PhotoClass) {
		tl_user_full_gen.go#L1224: func (u *UserFull) GetFallbackPhoto() (value PhotoClass, ok bool) {
		tl_web_page_gen.go#L512: 	Photo PhotoClass
		tl_web_page_gen.go#L658: 	GetPhoto() (value PhotoClass, ok bool)
		tl_web_page_gen.go#L1269: func (w *WebPage) SetPhoto(value PhotoClass) {
		tl_web_page_gen.go#L1276: func (w *WebPage) GetPhoto() (value PhotoClass, ok bool) {