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

40 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L3191: type PageBlockEmbedPost struct {
		tl_page_block_gen.go#L3212: func (p PageBlockEmbedPost) construct() PageBlockClass { return &p }
		tl_page_block_gen.go#L3216: 	_ bin.Encoder     = &PageBlockEmbedPost{}
		tl_page_block_gen.go#L3217: 	_ bin.Decoder     = &PageBlockEmbedPost{}
		tl_page_block_gen.go#L3218: 	_ bin.BareEncoder = &PageBlockEmbedPost{}
		tl_page_block_gen.go#L3219: 	_ bin.BareDecoder = &PageBlockEmbedPost{}
		tl_page_block_gen.go#L3221: 	_ PageBlockClass = &PageBlockEmbedPost{}
		tl_page_block_gen.go#L3224: func (p *PageBlockEmbedPost) Zero() bool {
		tl_page_block_gen.go#L3254: func (p *PageBlockEmbedPost) String() string {
		tl_page_block_gen.go#L3258: 	type Alias PageBlockEmbedPost
		tl_page_block_gen.go#L3263: func (p *PageBlockEmbedPost) FillFrom(from interface {
		tl_page_block_gen.go#L3284: func (*PageBlockEmbedPost) TypeID() uint32 {
		tl_page_block_gen.go#L3289: func (*PageBlockEmbedPost) TypeName() string {
		tl_page_block_gen.go#L3294: func (p *PageBlockEmbedPost) TypeInfo() tdp.Type {
		tl_page_block_gen.go#L3337: func (p *PageBlockEmbedPost) Encode(b *bin.Buffer) error {
		tl_page_block_gen.go#L3346: func (p *PageBlockEmbedPost) EncodeBare(b *bin.Buffer) error {
		tl_page_block_gen.go#L3371: func (p *PageBlockEmbedPost) Decode(b *bin.Buffer) error {
		tl_page_block_gen.go#L3382: func (p *PageBlockEmbedPost) DecodeBare(b *bin.Buffer) error {
		tl_page_block_gen.go#L3447: func (p *PageBlockEmbedPost) GetURL() (value string) {
		tl_page_block_gen.go#L3455: func (p *PageBlockEmbedPost) GetWebpageID() (value int64) {
		tl_page_block_gen.go#L3463: func (p *PageBlockEmbedPost) GetAuthorPhotoID() (value int64) {
		tl_page_block_gen.go#L3471: func (p *PageBlockEmbedPost) GetAuthor() (value string) {
		tl_page_block_gen.go#L3479: func (p *PageBlockEmbedPost) GetDate() (value int) {
		tl_page_block_gen.go#L3487: func (p *PageBlockEmbedPost) GetBlocks() (value []PageBlockClass) {
		tl_page_block_gen.go#L3495: func (p *PageBlockEmbedPost) GetCaption() (value PageCaption) {
		tl_page_block_gen.go#L3503: func (p *PageBlockEmbedPost) MapBlocks() (value PageBlockClassArray) {
		tl_page_block_gen.go#L5628: 		v := PageBlockEmbedPost{}
		tl_page_block_slices_gen.go#L330: 		value, ok := elem.(*PageBlockEmbedPost)
		tl_page_block_slices_gen.go#L1783: type PageBlockEmbedPostArray []PageBlockEmbedPost
		tl_page_block_slices_gen.go#L1786: func (s PageBlockEmbedPostArray) Sort(less func(a, b PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
		tl_page_block_slices_gen.go#L1794: func (s PageBlockEmbedPostArray) SortStable(less func(a, b PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
		tl_page_block_slices_gen.go#L1802: func (s PageBlockEmbedPostArray) Retain(keep func(x PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
		tl_page_block_slices_gen.go#L1816: func (s PageBlockEmbedPostArray) First() (v PageBlockEmbedPost, ok bool) {
		tl_page_block_slices_gen.go#L1824: func (s PageBlockEmbedPostArray) Last() (v PageBlockEmbedPost, ok bool) {
		tl_page_block_slices_gen.go#L1832: func (s *PageBlockEmbedPostArray) PopFirst() (v PageBlockEmbedPost, ok bool) {
		tl_page_block_slices_gen.go#L1842: 	var zero PageBlockEmbedPost
		tl_page_block_slices_gen.go#L1851: func (s *PageBlockEmbedPostArray) Pop() (v PageBlockEmbedPost, ok bool) {
		tl_page_block_slices_gen.go#L1866: 	return s.Sort(func(a, b PageBlockEmbedPost) bool {
		tl_page_block_slices_gen.go#L1873: 	return s.SortStable(func(a, b PageBlockEmbedPost) bool {
		tl_registry_gen.go#L4290: 		PageBlockEmbedPostTypeID:                                 func() bin.Object { return &PageBlockEmbedPost{} },