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

32 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L420: type PageBlockAuthorDate struct {
		tl_page_block_gen.go#L431: func (p PageBlockAuthorDate) construct() PageBlockClass { return &p }
		tl_page_block_gen.go#L435: 	_ bin.Encoder     = &PageBlockAuthorDate{}
		tl_page_block_gen.go#L436: 	_ bin.Decoder     = &PageBlockAuthorDate{}
		tl_page_block_gen.go#L437: 	_ bin.BareEncoder = &PageBlockAuthorDate{}
		tl_page_block_gen.go#L438: 	_ bin.BareDecoder = &PageBlockAuthorDate{}
		tl_page_block_gen.go#L440: 	_ PageBlockClass = &PageBlockAuthorDate{}
		tl_page_block_gen.go#L443: func (p *PageBlockAuthorDate) Zero() bool {
		tl_page_block_gen.go#L458: func (p *PageBlockAuthorDate) String() string {
		tl_page_block_gen.go#L462: 	type Alias PageBlockAuthorDate
		tl_page_block_gen.go#L467: func (p *PageBlockAuthorDate) FillFrom(from interface {
		tl_page_block_gen.go#L478: func (*PageBlockAuthorDate) TypeID() uint32 {
		tl_page_block_gen.go#L483: func (*PageBlockAuthorDate) TypeName() string {
		tl_page_block_gen.go#L488: func (p *PageBlockAuthorDate) TypeInfo() tdp.Type {
		tl_page_block_gen.go#L511: func (p *PageBlockAuthorDate) Encode(b *bin.Buffer) error {
		tl_page_block_gen.go#L520: func (p *PageBlockAuthorDate) EncodeBare(b *bin.Buffer) error {
		tl_page_block_gen.go#L535: func (p *PageBlockAuthorDate) Decode(b *bin.Buffer) error {
		tl_page_block_gen.go#L546: func (p *PageBlockAuthorDate) DecodeBare(b *bin.Buffer) error {
		tl_page_block_gen.go#L568: func (p *PageBlockAuthorDate) GetAuthor() (value RichTextClass) {
		tl_page_block_gen.go#L576: func (p *PageBlockAuthorDate) GetPublishedDate() (value int) {
		tl_page_block_gen.go#L5523: 		v := PageBlockAuthorDate{}
		tl_page_block_slices_gen.go#L148: 		value, ok := elem.(*PageBlockAuthorDate)
		tl_page_block_slices_gen.go#L635: type PageBlockAuthorDateArray []PageBlockAuthorDate
		tl_page_block_slices_gen.go#L638: func (s PageBlockAuthorDateArray) Sort(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L646: func (s PageBlockAuthorDateArray) SortStable(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L654: func (s PageBlockAuthorDateArray) Retain(keep func(x PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L668: func (s PageBlockAuthorDateArray) First() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L676: func (s PageBlockAuthorDateArray) Last() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L684: func (s *PageBlockAuthorDateArray) PopFirst() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L694: 	var zero PageBlockAuthorDate
		tl_page_block_slices_gen.go#L703: func (s *PageBlockAuthorDateArray) Pop() (v PageBlockAuthorDate, ok bool) {
		tl_registry_gen.go#L4275: 		PageBlockAuthorDateTypeID:                                func() bin.Object { return &PageBlockAuthorDate{} },