type github.com/gotd/td/tg.PageBlockPreformatted
32 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1007: type PageBlockPreformatted struct {
tl_page_block_gen.go#L1018: func (p PageBlockPreformatted) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L1022: _ bin.Encoder = &PageBlockPreformatted{}
tl_page_block_gen.go#L1023: _ bin.Decoder = &PageBlockPreformatted{}
tl_page_block_gen.go#L1024: _ bin.BareEncoder = &PageBlockPreformatted{}
tl_page_block_gen.go#L1025: _ bin.BareDecoder = &PageBlockPreformatted{}
tl_page_block_gen.go#L1027: _ PageBlockClass = &PageBlockPreformatted{}
tl_page_block_gen.go#L1030: func (p *PageBlockPreformatted) Zero() bool {
tl_page_block_gen.go#L1045: func (p *PageBlockPreformatted) String() string {
tl_page_block_gen.go#L1049: type Alias PageBlockPreformatted
tl_page_block_gen.go#L1054: func (p *PageBlockPreformatted) FillFrom(from interface {
tl_page_block_gen.go#L1065: func (*PageBlockPreformatted) TypeID() uint32 {
tl_page_block_gen.go#L1070: func (*PageBlockPreformatted) TypeName() string {
tl_page_block_gen.go#L1075: func (p *PageBlockPreformatted) TypeInfo() tdp.Type {
tl_page_block_gen.go#L1098: func (p *PageBlockPreformatted) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L1107: func (p *PageBlockPreformatted) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1122: func (p *PageBlockPreformatted) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L1133: func (p *PageBlockPreformatted) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1155: func (p *PageBlockPreformatted) GetText() (value RichTextClass) {
tl_page_block_gen.go#L1163: func (p *PageBlockPreformatted) GetLanguage() (value string) {
tl_page_block_gen.go#L7364: v := PageBlockPreformatted{}
tl_page_block_slices_gen.go#L200: value, ok := elem.(*PageBlockPreformatted)
tl_page_block_slices_gen.go#L1093: type PageBlockPreformattedArray []PageBlockPreformatted
tl_page_block_slices_gen.go#L1096: func (s PageBlockPreformattedArray) Sort(less func(a, b PageBlockPreformatted) bool) PageBlockPreformattedArray {
tl_page_block_slices_gen.go#L1104: func (s PageBlockPreformattedArray) SortStable(less func(a, b PageBlockPreformatted) bool) PageBlockPreformattedArray {
tl_page_block_slices_gen.go#L1112: func (s PageBlockPreformattedArray) Retain(keep func(x PageBlockPreformatted) bool) PageBlockPreformattedArray {
tl_page_block_slices_gen.go#L1126: func (s PageBlockPreformattedArray) First() (v PageBlockPreformatted, ok bool) {
tl_page_block_slices_gen.go#L1134: func (s PageBlockPreformattedArray) Last() (v PageBlockPreformatted, ok bool) {
tl_page_block_slices_gen.go#L1142: func (s *PageBlockPreformattedArray) PopFirst() (v PageBlockPreformatted, ok bool) {
tl_page_block_slices_gen.go#L1152: var zero PageBlockPreformatted
tl_page_block_slices_gen.go#L1161: func (s *PageBlockPreformattedArray) Pop() (v PageBlockPreformatted, ok bool) {
tl_registry_gen.go#L5777: PageBlockPreformattedTypeID: func() bin.Object { return &PageBlockPreformatted{} },
![]() |
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. |