type github.com/gotd/td/tg.HelpDeepLinkInfoEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_help_deep_link_info_gen.go#L38: type HelpDeepLinkInfoEmpty struct {
tl_help_deep_link_info_gen.go#L45: func (d HelpDeepLinkInfoEmpty) construct() HelpDeepLinkInfoClass { return &d }
tl_help_deep_link_info_gen.go#L49: _ bin.Encoder = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L50: _ bin.Decoder = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L51: _ bin.BareEncoder = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L52: _ bin.BareDecoder = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L54: _ HelpDeepLinkInfoClass = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L57: func (d *HelpDeepLinkInfoEmpty) Zero() bool {
tl_help_deep_link_info_gen.go#L66: func (d *HelpDeepLinkInfoEmpty) String() string {
tl_help_deep_link_info_gen.go#L70: type Alias HelpDeepLinkInfoEmpty
tl_help_deep_link_info_gen.go#L77: func (*HelpDeepLinkInfoEmpty) TypeID() uint32 {
tl_help_deep_link_info_gen.go#L82: func (*HelpDeepLinkInfoEmpty) TypeName() string {
tl_help_deep_link_info_gen.go#L87: func (d *HelpDeepLinkInfoEmpty) TypeInfo() tdp.Type {
tl_help_deep_link_info_gen.go#L101: func (d *HelpDeepLinkInfoEmpty) Encode(b *bin.Buffer) error {
tl_help_deep_link_info_gen.go#L110: func (d *HelpDeepLinkInfoEmpty) EncodeBare(b *bin.Buffer) error {
tl_help_deep_link_info_gen.go#L118: func (d *HelpDeepLinkInfoEmpty) Decode(b *bin.Buffer) error {
tl_help_deep_link_info_gen.go#L129: func (d *HelpDeepLinkInfoEmpty) DecodeBare(b *bin.Buffer) error {
tl_help_deep_link_info_gen.go#L448: func (d *HelpDeepLinkInfoEmpty) AsNotEmpty() (*HelpDeepLinkInfo, bool) {
tl_help_deep_link_info_gen.go#L466: v := HelpDeepLinkInfoEmpty{}
tl_registry_gen.go#L4463: HelpDeepLinkInfoEmptyTypeID: func() bin.Object { return &HelpDeepLinkInfoEmpty{} },
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. |