type github.com/gotd/td/tg.PageBlockEmbedPost
40 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L3261: type PageBlockEmbedPost struct {
tl_page_block_gen.go#L3282: func (p PageBlockEmbedPost) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L3286: _ bin.Encoder = &PageBlockEmbedPost{}
tl_page_block_gen.go#L3287: _ bin.Decoder = &PageBlockEmbedPost{}
tl_page_block_gen.go#L3288: _ bin.BareEncoder = &PageBlockEmbedPost{}
tl_page_block_gen.go#L3289: _ bin.BareDecoder = &PageBlockEmbedPost{}
tl_page_block_gen.go#L3291: _ PageBlockClass = &PageBlockEmbedPost{}
tl_page_block_gen.go#L3294: func (p *PageBlockEmbedPost) Zero() bool {
tl_page_block_gen.go#L3324: func (p *PageBlockEmbedPost) String() string {
tl_page_block_gen.go#L3328: type Alias PageBlockEmbedPost
tl_page_block_gen.go#L3333: func (p *PageBlockEmbedPost) FillFrom(from interface {
tl_page_block_gen.go#L3354: func (*PageBlockEmbedPost) TypeID() uint32 {
tl_page_block_gen.go#L3359: func (*PageBlockEmbedPost) TypeName() string {
tl_page_block_gen.go#L3364: func (p *PageBlockEmbedPost) TypeInfo() tdp.Type {
tl_page_block_gen.go#L3407: func (p *PageBlockEmbedPost) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L3416: func (p *PageBlockEmbedPost) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L3441: func (p *PageBlockEmbedPost) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L3452: func (p *PageBlockEmbedPost) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L3517: func (p *PageBlockEmbedPost) GetURL() (value string) {
tl_page_block_gen.go#L3525: func (p *PageBlockEmbedPost) GetWebpageID() (value int64) {
tl_page_block_gen.go#L3533: func (p *PageBlockEmbedPost) GetAuthorPhotoID() (value int64) {
tl_page_block_gen.go#L3541: func (p *PageBlockEmbedPost) GetAuthor() (value string) {
tl_page_block_gen.go#L3549: func (p *PageBlockEmbedPost) GetDate() (value int) {
tl_page_block_gen.go#L3557: func (p *PageBlockEmbedPost) GetBlocks() (value []PageBlockClass) {
tl_page_block_gen.go#L3565: func (p *PageBlockEmbedPost) GetCaption() (value PageCaption) {
tl_page_block_gen.go#L3573: func (p *PageBlockEmbedPost) MapBlocks() (value PageBlockClassArray) {
tl_page_block_gen.go#L7441: v := PageBlockEmbedPost{}
tl_page_block_slices_gen.go#L330: value, ok := elem.(*PageBlockEmbedPost)
tl_page_block_slices_gen.go#L1913: type PageBlockEmbedPostArray []PageBlockEmbedPost
tl_page_block_slices_gen.go#L1916: func (s PageBlockEmbedPostArray) Sort(less func(a, b PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
tl_page_block_slices_gen.go#L1924: func (s PageBlockEmbedPostArray) SortStable(less func(a, b PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
tl_page_block_slices_gen.go#L1932: func (s PageBlockEmbedPostArray) Retain(keep func(x PageBlockEmbedPost) bool) PageBlockEmbedPostArray {
tl_page_block_slices_gen.go#L1946: func (s PageBlockEmbedPostArray) First() (v PageBlockEmbedPost, ok bool) {
tl_page_block_slices_gen.go#L1954: func (s PageBlockEmbedPostArray) Last() (v PageBlockEmbedPost, ok bool) {
tl_page_block_slices_gen.go#L1962: func (s *PageBlockEmbedPostArray) PopFirst() (v PageBlockEmbedPost, ok bool) {
tl_page_block_slices_gen.go#L1972: var zero PageBlockEmbedPost
tl_page_block_slices_gen.go#L1981: func (s *PageBlockEmbedPostArray) Pop() (v PageBlockEmbedPost, ok bool) {
tl_page_block_slices_gen.go#L1996: return s.Sort(func(a, b PageBlockEmbedPost) bool {
tl_page_block_slices_gen.go#L2003: return s.SortStable(func(a, b PageBlockEmbedPost) bool {
tl_registry_gen.go#L5788: PageBlockEmbedPostTypeID: func() bin.Object { return &PageBlockEmbedPost{} },
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |