type github.com/gotd/td/tg.TextEmail
32 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4264: TextEmailTypeID: func() bin.Object { return &TextEmail{} },
tl_rich_text_gen.go#L1169: type TextEmail struct {
tl_rich_text_gen.go#L1180: func (t TextEmail) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1184: _ bin.Encoder = &TextEmail{}
tl_rich_text_gen.go#L1185: _ bin.Decoder = &TextEmail{}
tl_rich_text_gen.go#L1186: _ bin.BareEncoder = &TextEmail{}
tl_rich_text_gen.go#L1187: _ bin.BareDecoder = &TextEmail{}
tl_rich_text_gen.go#L1189: _ RichTextClass = &TextEmail{}
tl_rich_text_gen.go#L1192: func (t *TextEmail) Zero() bool {
tl_rich_text_gen.go#L1207: func (t *TextEmail) String() string {
tl_rich_text_gen.go#L1211: type Alias TextEmail
tl_rich_text_gen.go#L1216: func (t *TextEmail) FillFrom(from interface {
tl_rich_text_gen.go#L1227: func (*TextEmail) TypeID() uint32 {
tl_rich_text_gen.go#L1232: func (*TextEmail) TypeName() string {
tl_rich_text_gen.go#L1237: func (t *TextEmail) TypeInfo() tdp.Type {
tl_rich_text_gen.go#L1260: func (t *TextEmail) Encode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1269: func (t *TextEmail) EncodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1284: func (t *TextEmail) Decode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1295: func (t *TextEmail) DecodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1317: func (t *TextEmail) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1325: func (t *TextEmail) GetEmail() (value string) {
tl_rich_text_gen.go#L2549: v := TextEmail{}
tl_rich_text_slices_gen.go#L213: value, ok := elem.(*TextEmail)
tl_rich_text_slices_gen.go#L889: type TextEmailArray []TextEmail
tl_rich_text_slices_gen.go#L892: func (s TextEmailArray) Sort(less func(a, b TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L900: func (s TextEmailArray) SortStable(less func(a, b TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L908: func (s TextEmailArray) Retain(keep func(x TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L922: func (s TextEmailArray) First() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L930: func (s TextEmailArray) Last() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L938: func (s *TextEmailArray) PopFirst() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L948: var zero TextEmail
tl_rich_text_slices_gen.go#L957: func (s *TextEmailArray) Pop() (v TextEmail, 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. |