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

84 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bot_icon_gen.go#L294: func (a *AttachMenuBotIcon) GetIconAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L552: func (a *AvailableReaction) GetStaticIconAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L557: func (a *AvailableReaction) GetAppearAnimationAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L562: func (a *AvailableReaction) GetSelectAnimationAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L567: func (a *AvailableReaction) GetActivateAnimationAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L572: func (a *AvailableReaction) GetEffectAnimationAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L578: func (a *AvailableReaction) GetAroundAnimationAsNotEmpty() (*Document, bool) {
		tl_available_reaction_gen.go#L587: func (a *AvailableReaction) GetCenterIconAsNotEmpty() (*Document, bool) {
		tl_bot_info_gen.go#L487: func (b *BotInfo) GetDescriptionDocumentAsNotEmpty() (*Document, bool) {
		tl_document_gen.go#L173: type Document struct {
		tl_document_gen.go#L212: func (d Document) construct() DocumentClass { return &d }
		tl_document_gen.go#L216: 	_ bin.Encoder     = &Document{}
		tl_document_gen.go#L217: 	_ bin.Decoder     = &Document{}
		tl_document_gen.go#L218: 	_ bin.BareEncoder = &Document{}
		tl_document_gen.go#L219: 	_ bin.BareDecoder = &Document{}
		tl_document_gen.go#L221: 	_ DocumentClass = &Document{}
		tl_document_gen.go#L224: func (d *Document) Zero() bool {
		tl_document_gen.go#L266: func (d *Document) String() string {
		tl_document_gen.go#L270: 	type Alias Document
		tl_document_gen.go#L275: func (d *Document) FillFrom(from interface {
		tl_document_gen.go#L308: func (*Document) TypeID() uint32 {
		tl_document_gen.go#L313: func (*Document) TypeName() string {
		tl_document_gen.go#L318: func (d *Document) TypeInfo() tdp.Type {
		tl_document_gen.go#L375: func (d *Document) SetFlags() {
		tl_document_gen.go#L385: func (d *Document) Encode(b *bin.Buffer) error {
		tl_document_gen.go#L394: func (d *Document) EncodeBare(b *bin.Buffer) error {
		tl_document_gen.go#L444: func (d *Document) Decode(b *bin.Buffer) error {
		tl_document_gen.go#L455: func (d *Document) DecodeBare(b *bin.Buffer) error {
		tl_document_gen.go#L568: func (d *Document) GetID() (value int64) {
		tl_document_gen.go#L576: func (d *Document) GetAccessHash() (value int64) {
		tl_document_gen.go#L584: func (d *Document) GetFileReference() (value []byte) {
		tl_document_gen.go#L592: func (d *Document) GetDate() (value int) {
		tl_document_gen.go#L600: func (d *Document) GetMimeType() (value string) {
		tl_document_gen.go#L608: func (d *Document) GetSize() (value int64) {
		tl_document_gen.go#L616: func (d *Document) SetThumbs(value []PhotoSizeClass) {
		tl_document_gen.go#L623: func (d *Document) GetThumbs() (value []PhotoSizeClass, ok bool) {
		tl_document_gen.go#L634: func (d *Document) SetVideoThumbs(value []VideoSizeClass) {
		tl_document_gen.go#L641: func (d *Document) GetVideoThumbs() (value []VideoSizeClass, ok bool) {
		tl_document_gen.go#L652: func (d *Document) GetDCID() (value int) {
		tl_document_gen.go#L660: func (d *Document) GetAttributes() (value []DocumentAttributeClass) {
		tl_document_gen.go#L668: func (d *Document) MapThumbs() (value PhotoSizeClassArray, ok bool) {
		tl_document_gen.go#L676: func (d *Document) MapVideoThumbs() (value VideoSizeClassArray, ok bool) {
		tl_document_gen.go#L684: func (d *Document) MapAttributes() (value DocumentAttributeClassArray) {
		tl_document_gen.go#L728: 	AsNotEmpty() (*Document, bool)
		tl_document_gen.go#L732: func (d *Document) AsInputDocumentFileLocation() *InputDocumentFileLocation {
		tl_document_gen.go#L742: func (d *Document) AsInput() *InputDocument {
		tl_document_gen.go#L752: func (d *DocumentEmpty) AsNotEmpty() (*Document, bool) {
		tl_document_gen.go#L757: func (d *Document) AsNotEmpty() (*Document, bool) {
		tl_document_gen.go#L777: 		v := Document{}
		tl_document_slices_gen.go#L165: func (s DocumentClassArray) FillDocumentMap(to map[int64]*Document) {
		tl_document_slices_gen.go#L167: 		value, ok := elem.(*Document)
		tl_document_slices_gen.go#L176: func (s DocumentClassArray) DocumentToMap() map[int64]*Document {
		tl_document_slices_gen.go#L177: 	r := make(map[int64]*Document, len(s))
		tl_document_slices_gen.go#L185: 		value, ok := elem.(*Document)
		tl_document_slices_gen.go#L196: func (s DocumentClassArray) FillNotEmptyMap(to map[int64]*Document) {
		tl_document_slices_gen.go#L207: func (s DocumentClassArray) NotEmptyToMap() map[int64]*Document {
		tl_document_slices_gen.go#L208: 	r := make(map[int64]*Document, len(s))
		tl_document_slices_gen.go#L215: func (s DocumentClassArray) AppendOnlyNotEmpty(to []*Document) []*Document {
		tl_document_slices_gen.go#L228: func (s DocumentClassArray) AsNotEmpty() (to []*Document) {
		tl_document_slices_gen.go#L233: func (s DocumentClassArray) FirstAsNotEmpty() (v *Document, ok bool) {
		tl_document_slices_gen.go#L242: func (s DocumentClassArray) LastAsNotEmpty() (v *Document, ok bool) {
		tl_document_slices_gen.go#L251: func (s *DocumentClassArray) PopFirstAsNotEmpty() (v *Document, ok bool) {
		tl_document_slices_gen.go#L260: func (s *DocumentClassArray) PopAsNotEmpty() (v *Document, ok bool) {
		tl_document_slices_gen.go#L379: type DocumentArray []Document
		tl_document_slices_gen.go#L382: func (s DocumentArray) Sort(less func(a, b Document) bool) DocumentArray {
		tl_document_slices_gen.go#L390: func (s DocumentArray) SortStable(less func(a, b Document) bool) DocumentArray {
		tl_document_slices_gen.go#L398: func (s DocumentArray) Retain(keep func(x Document) bool) DocumentArray {
		tl_document_slices_gen.go#L412: func (s DocumentArray) First() (v Document, ok bool) {
		tl_document_slices_gen.go#L420: func (s DocumentArray) Last() (v Document, ok bool) {
		tl_document_slices_gen.go#L428: func (s *DocumentArray) PopFirst() (v Document, ok bool) {
		tl_document_slices_gen.go#L438: 	var zero Document
		tl_document_slices_gen.go#L447: func (s *DocumentArray) Pop() (v Document, ok bool) {
		tl_document_slices_gen.go#L462: 	return s.Sort(func(a, b Document) bool {
		tl_document_slices_gen.go#L469: 	return s.SortStable(func(a, b Document) bool {
		tl_document_slices_gen.go#L476: 	return s.Sort(func(a, b Document) bool {
		tl_document_slices_gen.go#L483: 	return s.SortStable(func(a, b Document) bool {
		tl_document_slices_gen.go#L489: func (s DocumentArray) FillMap(to map[int64]Document) {
		tl_document_slices_gen.go#L496: func (s DocumentArray) ToMap() map[int64]Document {
		tl_document_slices_gen.go#L497: 	r := make(map[int64]Document, len(s))
		tl_game_gen.go#L385: func (g *Game) GetDocumentAsNotEmpty() (*Document, bool) {
		tl_registry_gen.go#L3994: 		DocumentTypeID:                                           func() bin.Object { return &Document{} },
		tl_theme_gen.go#L588: func (t *Theme) GetDocumentAsNotEmpty() (*Document, bool) {