type github.com/gotd/td/tg.TextPhone
32 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4269: TextPhoneTypeID: func() bin.Object { return &TextPhone{} },
tl_rich_text_gen.go#L1914: type TextPhone struct {
tl_rich_text_gen.go#L1925: func (t TextPhone) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1929: _ bin.Encoder = &TextPhone{}
tl_rich_text_gen.go#L1930: _ bin.Decoder = &TextPhone{}
tl_rich_text_gen.go#L1931: _ bin.BareEncoder = &TextPhone{}
tl_rich_text_gen.go#L1932: _ bin.BareDecoder = &TextPhone{}
tl_rich_text_gen.go#L1934: _ RichTextClass = &TextPhone{}
tl_rich_text_gen.go#L1937: func (t *TextPhone) Zero() bool {
tl_rich_text_gen.go#L1952: func (t *TextPhone) String() string {
tl_rich_text_gen.go#L1956: type Alias TextPhone
tl_rich_text_gen.go#L1961: func (t *TextPhone) FillFrom(from interface {
tl_rich_text_gen.go#L1972: func (*TextPhone) TypeID() uint32 {
tl_rich_text_gen.go#L1977: func (*TextPhone) TypeName() string {
tl_rich_text_gen.go#L1982: func (t *TextPhone) TypeInfo() tdp.Type {
tl_rich_text_gen.go#L2005: func (t *TextPhone) Encode(b *bin.Buffer) error {
tl_rich_text_gen.go#L2014: func (t *TextPhone) EncodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L2029: func (t *TextPhone) Decode(b *bin.Buffer) error {
tl_rich_text_gen.go#L2040: func (t *TextPhone) DecodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L2062: func (t *TextPhone) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L2070: func (t *TextPhone) GetPhone() (value string) {
tl_rich_text_gen.go#L2584: v := TextPhone{}
tl_rich_text_slices_gen.go#L278: value, ok := elem.(*TextPhone)
tl_rich_text_slices_gen.go#L1299: type TextPhoneArray []TextPhone
tl_rich_text_slices_gen.go#L1302: func (s TextPhoneArray) Sort(less func(a, b TextPhone) bool) TextPhoneArray {
tl_rich_text_slices_gen.go#L1310: func (s TextPhoneArray) SortStable(less func(a, b TextPhone) bool) TextPhoneArray {
tl_rich_text_slices_gen.go#L1318: func (s TextPhoneArray) Retain(keep func(x TextPhone) bool) TextPhoneArray {
tl_rich_text_slices_gen.go#L1332: func (s TextPhoneArray) First() (v TextPhone, ok bool) {
tl_rich_text_slices_gen.go#L1340: func (s TextPhoneArray) Last() (v TextPhone, ok bool) {
tl_rich_text_slices_gen.go#L1348: func (s *TextPhoneArray) PopFirst() (v TextPhone, ok bool) {
tl_rich_text_slices_gen.go#L1358: var zero TextPhone
tl_rich_text_slices_gen.go#L1367: func (s *TextPhoneArray) Pop() (v TextPhone, ok bool) {
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. |