type github.com/gotd/td/tg.BotAppNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_bot_app_gen.go#L38: type BotAppNotModified struct {
tl_bot_app_gen.go#L45: func (b BotAppNotModified) construct() BotAppClass { return &b }
tl_bot_app_gen.go#L49: _ bin.Encoder = &BotAppNotModified{}
tl_bot_app_gen.go#L50: _ bin.Decoder = &BotAppNotModified{}
tl_bot_app_gen.go#L51: _ bin.BareEncoder = &BotAppNotModified{}
tl_bot_app_gen.go#L52: _ bin.BareDecoder = &BotAppNotModified{}
tl_bot_app_gen.go#L54: _ BotAppClass = &BotAppNotModified{}
tl_bot_app_gen.go#L57: func (b *BotAppNotModified) Zero() bool {
tl_bot_app_gen.go#L66: func (b *BotAppNotModified) String() string {
tl_bot_app_gen.go#L70: type Alias BotAppNotModified
tl_bot_app_gen.go#L77: func (*BotAppNotModified) TypeID() uint32 {
tl_bot_app_gen.go#L82: func (*BotAppNotModified) TypeName() string {
tl_bot_app_gen.go#L87: func (b *BotAppNotModified) TypeInfo() tdp.Type {
tl_bot_app_gen.go#L101: func (b *BotAppNotModified) Encode(buf *bin.Buffer) error {
tl_bot_app_gen.go#L110: func (b *BotAppNotModified) EncodeBare(buf *bin.Buffer) error {
tl_bot_app_gen.go#L118: func (b *BotAppNotModified) Decode(buf *bin.Buffer) error {
tl_bot_app_gen.go#L129: func (b *BotAppNotModified) DecodeBare(buf *bin.Buffer) error {
tl_bot_app_gen.go#L573: func (b *BotAppNotModified) AsModified() (*BotApp, bool) {
tl_bot_app_gen.go#L591: v := BotAppNotModified{}
tl_registry_gen.go#L4733: BotAppNotModifiedTypeID: func() bin.Object { return &BotAppNotModified{} },
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. |