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

130 uses

	github.com/gotd/td/tg (current package)
		tl_account_create_theme_gen.go#L55: 	Document InputDocumentClass
		tl_account_create_theme_gen.go#L110: 	GetDocument() (value InputDocumentClass, ok bool)
		tl_account_create_theme_gen.go#L298: func (c *AccountCreateThemeRequest) SetDocument(value InputDocumentClass) {
		tl_account_create_theme_gen.go#L305: func (c *AccountCreateThemeRequest) GetDocument() (value InputDocumentClass, ok bool) {
		tl_account_save_music_gen.go#L53: 	ID InputDocumentClass
		tl_account_save_music_gen.go#L58: 	AfterID InputDocumentClass
		tl_account_save_music_gen.go#L104: 	GetID() (value InputDocumentClass)
		tl_account_save_music_gen.go#L105: 	GetAfterID() (value InputDocumentClass, ok bool)
		tl_account_save_music_gen.go#L260: func (s *AccountSaveMusicRequest) GetID() (value InputDocumentClass) {
		tl_account_save_music_gen.go#L268: func (s *AccountSaveMusicRequest) SetAfterID(value InputDocumentClass) {
		tl_account_save_music_gen.go#L275: func (s *AccountSaveMusicRequest) GetAfterID() (value InputDocumentClass, ok bool) {
		tl_account_save_ringtone_gen.go#L54: 	ID InputDocumentClass
		tl_account_save_ringtone_gen.go#L95: 	GetID() (value InputDocumentClass)
		tl_account_save_ringtone_gen.go#L195: func (s *AccountSaveRingtoneRequest) GetID() (value InputDocumentClass) {
		tl_account_update_theme_gen.go#L59: 	Document InputDocumentClass
		tl_account_update_theme_gen.go#L121: 	GetDocument() (value InputDocumentClass, ok bool)
		tl_account_update_theme_gen.go#L394: func (u *AccountUpdateThemeRequest) SetDocument(value InputDocumentClass) {
		tl_account_update_theme_gen.go#L401: func (u *AccountUpdateThemeRequest) GetDocument() (value InputDocumentClass, ok bool) {
		tl_input_bot_inline_result_gen.go#L747: 	Document InputDocumentClass
		tl_input_bot_inline_result_gen.go#L812: 	GetDocument() (value InputDocumentClass)
		tl_input_bot_inline_result_gen.go#L1052: func (i *InputBotInlineResultDocument) GetDocument() (value InputDocumentClass) {
		tl_input_business_intro_gen.go#L57: 	Sticker InputDocumentClass
		tl_input_business_intro_gen.go#L104: 	GetSticker() (value InputDocumentClass, ok bool)
		tl_input_business_intro_gen.go#L254: func (i *InputBusinessIntro) SetSticker(value InputDocumentClass) {
		tl_input_business_intro_gen.go#L261: func (i *InputBusinessIntro) GetSticker() (value InputDocumentClass, ok bool) {
		tl_input_document_gen.go#L45: func (i InputDocumentEmpty) construct() InputDocumentClass { return &i }
		tl_input_document_gen.go#L54: 	_ InputDocumentClass = &InputDocumentEmpty{}
		tl_input_document_gen.go#L159: func (i InputDocument) construct() InputDocumentClass { return &i }
		tl_input_document_gen.go#L168: 	_ InputDocumentClass = &InputDocument{}
		tl_input_document_gen.go#L353: type InputDocumentClass interface {
		tl_input_document_gen.go#L358: 	construct() InputDocumentClass
		tl_input_document_gen.go#L397: func DecodeInputDocument(buf *bin.Buffer) (InputDocumentClass, error) {
		tl_input_document_gen.go#L424: 	InputDocument InputDocumentClass
		tl_input_document_slices_gen.go#L38: type InputDocumentClassArray []InputDocumentClass
		tl_input_document_slices_gen.go#L41: func (s InputDocumentClassArray) Sort(less func(a, b InputDocumentClass) bool) InputDocumentClassArray {
		tl_input_document_slices_gen.go#L49: func (s InputDocumentClassArray) SortStable(less func(a, b InputDocumentClass) bool) InputDocumentClassArray {
		tl_input_document_slices_gen.go#L57: func (s InputDocumentClassArray) Retain(keep func(x InputDocumentClass) bool) InputDocumentClassArray {
		tl_input_document_slices_gen.go#L71: func (s InputDocumentClassArray) First() (v InputDocumentClass, ok bool) {
		tl_input_document_slices_gen.go#L79: func (s InputDocumentClassArray) Last() (v InputDocumentClass, ok bool) {
		tl_input_document_slices_gen.go#L87: func (s *InputDocumentClassArray) PopFirst() (v InputDocumentClass, ok bool) {
		tl_input_document_slices_gen.go#L97: 	var zero InputDocumentClass
		tl_input_document_slices_gen.go#L106: func (s *InputDocumentClassArray) Pop() (v InputDocumentClass, ok bool) {
		tl_input_file_gen.go#L460: 	ID InputDocumentClass
		tl_input_file_gen.go#L501: 	GetID() (value InputDocumentClass)
		tl_input_file_gen.go#L587: func (i *InputFileStoryDocument) GetID() (value InputDocumentClass) {
		tl_input_media_gen.go#L158: 	Stickers []InputDocumentClass
		tl_input_media_gen.go#L166: 	Video InputDocumentClass
		tl_input_media_gen.go#L228: 	GetStickers() (value []InputDocumentClass, ok bool)
		tl_input_media_gen.go#L230: 	GetVideo() (value InputDocumentClass, ok bool)
		tl_input_media_gen.go#L410: 			i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L484: func (i *InputMediaUploadedPhoto) SetStickers(value []InputDocumentClass) {
		tl_input_media_gen.go#L491: func (i *InputMediaUploadedPhoto) GetStickers() (value []InputDocumentClass, ok bool) {
		tl_input_media_gen.go#L520: func (i *InputMediaUploadedPhoto) SetVideo(value InputDocumentClass) {
		tl_input_media_gen.go#L527: func (i *InputMediaUploadedPhoto) GetVideo() (value InputDocumentClass, ok bool) {
		tl_input_media_gen.go#L568: 	Video InputDocumentClass
		tl_input_media_gen.go#L628: 	GetVideo() (value InputDocumentClass, ok bool)
		tl_input_media_gen.go#L860: func (i *InputMediaPhoto) SetVideo(value InputDocumentClass) {
		tl_input_media_gen.go#L867: func (i *InputMediaPhoto) GetVideo() (value InputDocumentClass, ok bool) {
		tl_input_media_gen.go#L1270: 	Stickers []InputDocumentClass
		tl_input_media_gen.go#L1363: 	GetStickers() (value []InputDocumentClass, ok bool)
		tl_input_media_gen.go#L1642: 			i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_media_gen.go#L1776: func (i *InputMediaUploadedDocument) SetStickers(value []InputDocumentClass) {
		tl_input_media_gen.go#L1783: func (i *InputMediaUploadedDocument) GetStickers() (value []InputDocumentClass, ok bool) {
		tl_input_media_gen.go#L1873: 	ID InputDocumentClass
		tl_input_media_gen.go#L1950: 	GetID() (value InputDocumentClass)
		tl_input_media_gen.go#L2175: func (i *InputMediaDocument) GetID() (value InputDocumentClass) {
		tl_input_rich_file_gen.go#L207: 	Document InputDocumentClass
		tl_input_rich_file_gen.go#L252: 	GetDocument() (value InputDocumentClass)
		tl_input_rich_file_gen.go#L359: func (i *InputRichFileDocument) GetDocument() (value InputDocumentClass) {
		tl_input_rich_message_gen.go#L53: 	Documents []InputDocumentClass
		tl_input_rich_message_gen.go#L120: 	GetDocuments() (value []InputDocumentClass, ok bool)
		tl_input_rich_message_gen.go#L342: 			i.Documents = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_input_rich_message_gen.go#L437: func (i *InputRichMessage) SetDocuments(value []InputDocumentClass) {
		tl_input_rich_message_gen.go#L444: func (i *InputRichMessage) GetDocuments() (value []InputDocumentClass, ok bool) {
		tl_input_sticker_set_item_gen.go#L45: 	Document InputDocumentClass
		tl_input_sticker_set_item_gen.go#L103: 	GetDocument() (value InputDocumentClass)
		tl_input_sticker_set_item_gen.go#L262: func (i *InputStickerSetItem) GetDocument() (value InputDocumentClass) {
		tl_input_stickered_media_gen.go#L180: 	ID InputDocumentClass
		tl_input_stickered_media_gen.go#L221: 	GetID() (value InputDocumentClass)
		tl_input_stickered_media_gen.go#L307: func (i *InputStickeredMediaDocument) GetID() (value InputDocumentClass) {
		tl_input_web_file_location_gen.go#L503: 	Document InputDocumentClass
		tl_input_web_file_location_gen.go#L567: 	GetDocument() (value InputDocumentClass, ok bool)
		tl_input_web_file_location_gen.go#L750: func (i *InputWebFileAudioAlbumThumbLocation) SetDocument(value InputDocumentClass) {
		tl_input_web_file_location_gen.go#L757: func (i *InputWebFileAudioAlbumThumbLocation) GetDocument() (value InputDocumentClass, ok bool) {
		tl_messages_fave_sticker_gen.go#L40: 	ID InputDocumentClass
		tl_messages_fave_sticker_gen.go#L81: 	GetID() (value InputDocumentClass)
		tl_messages_fave_sticker_gen.go#L181: func (f *MessagesFaveStickerRequest) GetID() (value InputDocumentClass) {
		tl_messages_report_music_listen_gen.go#L39: 	ID InputDocumentClass
		tl_messages_report_music_listen_gen.go#L80: 	GetID() (value InputDocumentClass)
		tl_messages_report_music_listen_gen.go#L180: func (r *MessagesReportMusicListenRequest) GetID() (value InputDocumentClass) {
		tl_messages_save_gif_gen.go#L40: 	ID InputDocumentClass
		tl_messages_save_gif_gen.go#L81: 	GetID() (value InputDocumentClass)
		tl_messages_save_gif_gen.go#L181: func (s *MessagesSaveGifRequest) GetID() (value InputDocumentClass) {
		tl_messages_save_recent_sticker_gen.go#L47: 	ID InputDocumentClass
		tl_messages_save_recent_sticker_gen.go#L95: 	GetID() (value InputDocumentClass)
		tl_messages_save_recent_sticker_gen.go#L237: func (s *MessagesSaveRecentStickerRequest) GetID() (value InputDocumentClass) {
		tl_server_gen.go#L11832: func (s *ServerDispatcher) OnStickersRemoveStickerFromSet(f func(ctx context.Context, sticker InputDocumentClass) (MessagesStickerSetClass, error)) {
		tl_stickers_change_sticker_gen.go#L48: 	Sticker InputDocumentClass
		tl_stickers_change_sticker_gen.go#L112: 	GetSticker() (value InputDocumentClass)
		tl_stickers_change_sticker_gen.go#L280: func (c *StickersChangeStickerRequest) GetSticker() (value InputDocumentClass) {
		tl_stickers_change_sticker_position_gen.go#L41: 	Sticker InputDocumentClass
		tl_stickers_change_sticker_position_gen.go#L82: 	GetSticker() (value InputDocumentClass)
		tl_stickers_change_sticker_position_gen.go#L182: func (c *StickersChangeStickerPositionRequest) GetSticker() (value InputDocumentClass) {
		tl_stickers_create_sticker_set_gen.go#L71: 	Thumb InputDocumentClass
		tl_stickers_create_sticker_set_gen.go#L150: 	GetThumb() (value InputDocumentClass, ok bool)
		tl_stickers_create_sticker_set_gen.go#L465: func (c *StickersCreateStickerSetRequest) SetThumb(value InputDocumentClass) {
		tl_stickers_create_sticker_set_gen.go#L472: func (c *StickersCreateStickerSetRequest) GetThumb() (value InputDocumentClass, ok bool) {
		tl_stickers_remove_sticker_from_set_gen.go#L41: 	Sticker InputDocumentClass
		tl_stickers_remove_sticker_from_set_gen.go#L77: 	GetSticker() (value InputDocumentClass)
		tl_stickers_remove_sticker_from_set_gen.go#L163: func (r *StickersRemoveStickerFromSetRequest) GetSticker() (value InputDocumentClass) {
		tl_stickers_remove_sticker_from_set_gen.go#L184: func (c *Client) StickersRemoveStickerFromSet(ctx context.Context, sticker InputDocumentClass) (MessagesStickerSetClass, error) {
		tl_stickers_replace_sticker_gen.go#L43: 	Sticker InputDocumentClass
		tl_stickers_replace_sticker_gen.go#L84: 	GetSticker() (value InputDocumentClass)
		tl_stickers_replace_sticker_gen.go#L184: func (r *StickersReplaceStickerRequest) GetSticker() (value InputDocumentClass) {
		tl_stickers_set_sticker_set_thumb_gen.go#L49: 	Thumb InputDocumentClass
		tl_stickers_set_sticker_set_thumb_gen.go#L103: 	GetThumb() (value InputDocumentClass, ok bool)
		tl_stickers_set_sticker_set_thumb_gen.go#L260: func (s *StickersSetStickerSetThumbRequest) SetThumb(value InputDocumentClass) {
		tl_stickers_set_sticker_set_thumb_gen.go#L267: func (s *StickersSetStickerSetThumbRequest) GetThumb() (value InputDocumentClass, ok bool) {
		tl_stories_edit_story_gen.go#L94: 	Music InputDocumentClass
		tl_stories_edit_story_gen.go#L161: 	GetMusic() (value InputDocumentClass, ok bool)
		tl_stories_edit_story_gen.go#L575: func (e *StoriesEditStoryRequest) SetMusic(value InputDocumentClass) {
		tl_stories_edit_story_gen.go#L582: func (e *StoriesEditStoryRequest) GetMusic() (value InputDocumentClass, ok bool) {
		tl_stories_send_story_gen.go#L118: 	Music InputDocumentClass
		tl_stories_send_story_gen.go#L213: 	GetMusic() (value InputDocumentClass, ok bool)
		tl_stories_send_story_gen.go#L854: func (s *StoriesSendStoryRequest) SetMusic(value InputDocumentClass) {
		tl_stories_send_story_gen.go#L861: func (s *StoriesSendStoryRequest) GetMusic() (value InputDocumentClass, ok bool) {
		tl_users_get_saved_music_by_id_gen.go#L46: 	Documents []InputDocumentClass
		tl_users_get_saved_music_by_id_gen.go#L86: 	GetDocuments() (value []InputDocumentClass)
		tl_users_get_saved_music_by_id_gen.go#L189: 			g.Documents = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_users_get_saved_music_by_id_gen.go#L211: func (g *UsersGetSavedMusicByIDRequest) GetDocuments() (value []InputDocumentClass) {