type github.com/gotd/td/internal/mt.MsgsAck
19 uses
github.com/gotd/td/internal/mt (current package)
tl_msgs_ack_gen.go#L35: type MsgsAck struct {
tl_msgs_ack_gen.go#L45: _ bin.Encoder = &MsgsAck{}
tl_msgs_ack_gen.go#L46: _ bin.Decoder = &MsgsAck{}
tl_msgs_ack_gen.go#L47: _ bin.BareEncoder = &MsgsAck{}
tl_msgs_ack_gen.go#L48: _ bin.BareDecoder = &MsgsAck{}
tl_msgs_ack_gen.go#L51: func (m *MsgsAck) Zero() bool {
tl_msgs_ack_gen.go#L63: func (m *MsgsAck) String() string {
tl_msgs_ack_gen.go#L67: type Alias MsgsAck
tl_msgs_ack_gen.go#L74: func (*MsgsAck) TypeID() uint32 {
tl_msgs_ack_gen.go#L79: func (*MsgsAck) TypeName() string {
tl_msgs_ack_gen.go#L84: func (m *MsgsAck) TypeInfo() tdp.Type {
tl_msgs_ack_gen.go#L103: func (m *MsgsAck) Encode(b *bin.Buffer) error {
tl_msgs_ack_gen.go#L112: func (m *MsgsAck) EncodeBare(b *bin.Buffer) error {
tl_msgs_ack_gen.go#L124: func (m *MsgsAck) Decode(b *bin.Buffer) error {
tl_msgs_ack_gen.go#L135: func (m *MsgsAck) DecodeBare(b *bin.Buffer) error {
tl_msgs_ack_gen.go#L160: func (m *MsgsAck) GetMsgIDs() (value []int64) {
tl_registry_gen.go#L165: MsgsAckTypeID: func() bin.Object { return &MsgsAck{} },
github.com/gotd/td/internal/mtproto
ack.go#L19: if err := c.writeServiceMessage(ctx, &mt.MsgsAck{MsgIDs: buf}); err != nil {
handle_ack.go#L12: var ack mt.MsgsAck
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. |