type github.com/gotd/td/tg.HelpNoAppUpdate
19 uses
github.com/gotd/td/tg (current package)
tl_help_app_update_gen.go#L490: type HelpNoAppUpdate struct {
tl_help_app_update_gen.go#L497: func (n HelpNoAppUpdate) construct() HelpAppUpdateClass { return &n }
tl_help_app_update_gen.go#L501: _ bin.Encoder = &HelpNoAppUpdate{}
tl_help_app_update_gen.go#L502: _ bin.Decoder = &HelpNoAppUpdate{}
tl_help_app_update_gen.go#L503: _ bin.BareEncoder = &HelpNoAppUpdate{}
tl_help_app_update_gen.go#L504: _ bin.BareDecoder = &HelpNoAppUpdate{}
tl_help_app_update_gen.go#L506: _ HelpAppUpdateClass = &HelpNoAppUpdate{}
tl_help_app_update_gen.go#L509: func (n *HelpNoAppUpdate) Zero() bool {
tl_help_app_update_gen.go#L518: func (n *HelpNoAppUpdate) String() string {
tl_help_app_update_gen.go#L522: type Alias HelpNoAppUpdate
tl_help_app_update_gen.go#L529: func (*HelpNoAppUpdate) TypeID() uint32 {
tl_help_app_update_gen.go#L534: func (*HelpNoAppUpdate) TypeName() string {
tl_help_app_update_gen.go#L539: func (n *HelpNoAppUpdate) TypeInfo() tdp.Type {
tl_help_app_update_gen.go#L553: func (n *HelpNoAppUpdate) Encode(b *bin.Buffer) error {
tl_help_app_update_gen.go#L562: func (n *HelpNoAppUpdate) EncodeBare(b *bin.Buffer) error {
tl_help_app_update_gen.go#L570: func (n *HelpNoAppUpdate) Decode(b *bin.Buffer) error {
tl_help_app_update_gen.go#L581: func (n *HelpNoAppUpdate) DecodeBare(b *bin.Buffer) error {
tl_help_app_update_gen.go#L641: v := HelpNoAppUpdate{}
tl_registry_gen.go#L3971: HelpNoAppUpdateTypeID: func() bin.Object { return &HelpNoAppUpdate{} },
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. |