type github.com/gotd/td/internal/mt.BadMsgNotification
23 uses
github.com/gotd/td/internal/mt (current package)
tl_bad_msg_notification_gen.go#L35: type BadMsgNotification struct {
tl_bad_msg_notification_gen.go#L48: func (b BadMsgNotification) construct() BadMsgNotificationClass { return &b }
tl_bad_msg_notification_gen.go#L52: _ bin.Encoder = &BadMsgNotification{}
tl_bad_msg_notification_gen.go#L53: _ bin.Decoder = &BadMsgNotification{}
tl_bad_msg_notification_gen.go#L54: _ bin.BareEncoder = &BadMsgNotification{}
tl_bad_msg_notification_gen.go#L55: _ bin.BareDecoder = &BadMsgNotification{}
tl_bad_msg_notification_gen.go#L57: _ BadMsgNotificationClass = &BadMsgNotification{}
tl_bad_msg_notification_gen.go#L60: func (b *BadMsgNotification) Zero() bool {
tl_bad_msg_notification_gen.go#L78: func (b *BadMsgNotification) String() string {
tl_bad_msg_notification_gen.go#L82: type Alias BadMsgNotification
tl_bad_msg_notification_gen.go#L89: func (*BadMsgNotification) TypeID() uint32 {
tl_bad_msg_notification_gen.go#L94: func (*BadMsgNotification) TypeName() string {
tl_bad_msg_notification_gen.go#L99: func (b *BadMsgNotification) TypeInfo() tdp.Type {
tl_bad_msg_notification_gen.go#L126: func (b *BadMsgNotification) Encode(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L135: func (b *BadMsgNotification) EncodeBare(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L146: func (b *BadMsgNotification) Decode(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L157: func (b *BadMsgNotification) DecodeBare(buf *bin.Buffer) error {
tl_bad_msg_notification_gen.go#L186: func (b *BadMsgNotification) GetBadMsgID() (value int64) {
tl_bad_msg_notification_gen.go#L194: func (b *BadMsgNotification) GetBadMsgSeqno() (value int) {
tl_bad_msg_notification_gen.go#L202: func (b *BadMsgNotification) GetErrorCode() (value int) {
tl_bad_msg_notification_gen.go#L460: v := BadMsgNotification{}
tl_registry_gen.go#L166: BadMsgNotificationTypeID: func() bin.Object { return &BadMsgNotification{} },
github.com/gotd/td/internal/mtproto
handle_bad_msg.go#L50: var bad mt.BadMsgNotification
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. |