type github.com/gotd/td/tg.PageBlockPullquote
32 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1881: type PageBlockPullquote struct {
tl_page_block_gen.go#L1892: func (p PageBlockPullquote) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L1896: _ bin.Encoder = &PageBlockPullquote{}
tl_page_block_gen.go#L1897: _ bin.Decoder = &PageBlockPullquote{}
tl_page_block_gen.go#L1898: _ bin.BareEncoder = &PageBlockPullquote{}
tl_page_block_gen.go#L1899: _ bin.BareDecoder = &PageBlockPullquote{}
tl_page_block_gen.go#L1901: _ PageBlockClass = &PageBlockPullquote{}
tl_page_block_gen.go#L1904: func (p *PageBlockPullquote) Zero() bool {
tl_page_block_gen.go#L1919: func (p *PageBlockPullquote) String() string {
tl_page_block_gen.go#L1923: type Alias PageBlockPullquote
tl_page_block_gen.go#L1928: func (p *PageBlockPullquote) FillFrom(from interface {
tl_page_block_gen.go#L1939: func (*PageBlockPullquote) TypeID() uint32 {
tl_page_block_gen.go#L1944: func (*PageBlockPullquote) TypeName() string {
tl_page_block_gen.go#L1949: func (p *PageBlockPullquote) TypeInfo() tdp.Type {
tl_page_block_gen.go#L1972: func (p *PageBlockPullquote) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L1981: func (p *PageBlockPullquote) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2001: func (p *PageBlockPullquote) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L2012: func (p *PageBlockPullquote) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2034: func (p *PageBlockPullquote) GetText() (value RichTextClass) {
tl_page_block_gen.go#L2042: func (p *PageBlockPullquote) GetCaption() (value RichTextClass) {
tl_page_block_gen.go#L5593: v := PageBlockPullquote{}
tl_page_block_slices_gen.go#L265: value, ok := elem.(*PageBlockPullquote)
tl_page_block_slices_gen.go#L1373: type PageBlockPullquoteArray []PageBlockPullquote
tl_page_block_slices_gen.go#L1376: func (s PageBlockPullquoteArray) Sort(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1384: func (s PageBlockPullquoteArray) SortStable(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1392: func (s PageBlockPullquoteArray) Retain(keep func(x PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1406: func (s PageBlockPullquoteArray) First() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1414: func (s PageBlockPullquoteArray) Last() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1422: func (s *PageBlockPullquoteArray) PopFirst() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1432: var zero PageBlockPullquote
tl_page_block_slices_gen.go#L1441: func (s *PageBlockPullquoteArray) Pop() (v PageBlockPullquote, ok bool) {
tl_registry_gen.go#L4285: PageBlockPullquoteTypeID: func() bin.Object { return &PageBlockPullquote{} },
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. |