type github.com/gotd/td/tg.PageBlockEmbed
46 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2725: type PageBlockEmbed struct {
tl_page_block_gen.go#L2763: func (p PageBlockEmbed) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L2767: _ bin.Encoder = &PageBlockEmbed{}
tl_page_block_gen.go#L2768: _ bin.Decoder = &PageBlockEmbed{}
tl_page_block_gen.go#L2769: _ bin.BareEncoder = &PageBlockEmbed{}
tl_page_block_gen.go#L2770: _ bin.BareDecoder = &PageBlockEmbed{}
tl_page_block_gen.go#L2772: _ PageBlockClass = &PageBlockEmbed{}
tl_page_block_gen.go#L2775: func (p *PageBlockEmbed) Zero() bool {
tl_page_block_gen.go#L2811: func (p *PageBlockEmbed) String() string {
tl_page_block_gen.go#L2815: type Alias PageBlockEmbed
tl_page_block_gen.go#L2820: func (p *PageBlockEmbed) FillFrom(from interface {
tl_page_block_gen.go#L2858: func (*PageBlockEmbed) TypeID() uint32 {
tl_page_block_gen.go#L2863: func (*PageBlockEmbed) TypeName() string {
tl_page_block_gen.go#L2868: func (p *PageBlockEmbed) TypeInfo() tdp.Type {
tl_page_block_gen.go#L2922: func (p *PageBlockEmbed) SetFlags() {
tl_page_block_gen.go#L2947: func (p *PageBlockEmbed) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L2956: func (p *PageBlockEmbed) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2986: func (p *PageBlockEmbed) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L2997: func (p *PageBlockEmbed) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L3052: func (p *PageBlockEmbed) SetFullWidth(value bool) {
tl_page_block_gen.go#L3063: func (p *PageBlockEmbed) GetFullWidth() (value bool) {
tl_page_block_gen.go#L3071: func (p *PageBlockEmbed) SetAllowScrolling(value bool) {
tl_page_block_gen.go#L3082: func (p *PageBlockEmbed) GetAllowScrolling() (value bool) {
tl_page_block_gen.go#L3090: func (p *PageBlockEmbed) SetURL(value string) {
tl_page_block_gen.go#L3097: func (p *PageBlockEmbed) GetURL() (value string, ok bool) {
tl_page_block_gen.go#L3108: func (p *PageBlockEmbed) SetHTML(value string) {
tl_page_block_gen.go#L3115: func (p *PageBlockEmbed) GetHTML() (value string, ok bool) {
tl_page_block_gen.go#L3126: func (p *PageBlockEmbed) SetPosterPhotoID(value int64) {
tl_page_block_gen.go#L3133: func (p *PageBlockEmbed) GetPosterPhotoID() (value int64, ok bool) {
tl_page_block_gen.go#L3144: func (p *PageBlockEmbed) SetW(value int) {
tl_page_block_gen.go#L3151: func (p *PageBlockEmbed) GetW() (value int, ok bool) {
tl_page_block_gen.go#L3162: func (p *PageBlockEmbed) SetH(value int) {
tl_page_block_gen.go#L3169: func (p *PageBlockEmbed) GetH() (value int, ok bool) {
tl_page_block_gen.go#L3180: func (p *PageBlockEmbed) GetCaption() (value PageCaption) {
tl_page_block_gen.go#L5621: v := PageBlockEmbed{}
tl_page_block_slices_gen.go#L317: value, ok := elem.(*PageBlockEmbed)
tl_page_block_slices_gen.go#L1701: type PageBlockEmbedArray []PageBlockEmbed
tl_page_block_slices_gen.go#L1704: func (s PageBlockEmbedArray) Sort(less func(a, b PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1712: func (s PageBlockEmbedArray) SortStable(less func(a, b PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1720: func (s PageBlockEmbedArray) Retain(keep func(x PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1734: func (s PageBlockEmbedArray) First() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1742: func (s PageBlockEmbedArray) Last() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1750: func (s *PageBlockEmbedArray) PopFirst() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1760: var zero PageBlockEmbed
tl_page_block_slices_gen.go#L1769: func (s *PageBlockEmbedArray) Pop() (v PageBlockEmbed, ok bool) {
tl_registry_gen.go#L4289: PageBlockEmbedTypeID: func() bin.Object { return &PageBlockEmbed{} },
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |