type github.com/gotd/td/internal/mt.MsgCopy
17 uses
github.com/gotd/td/internal/mt (current package)
tl_msg_copy_gen.go#L35: type MsgCopy struct {
tl_msg_copy_gen.go#L45: _ bin.Encoder = &MsgCopy{}
tl_msg_copy_gen.go#L46: _ bin.Decoder = &MsgCopy{}
tl_msg_copy_gen.go#L47: _ bin.BareEncoder = &MsgCopy{}
tl_msg_copy_gen.go#L48: _ bin.BareDecoder = &MsgCopy{}
tl_msg_copy_gen.go#L51: func (m *MsgCopy) Zero() bool {
tl_msg_copy_gen.go#L63: func (m *MsgCopy) String() string {
tl_msg_copy_gen.go#L67: type Alias MsgCopy
tl_msg_copy_gen.go#L74: func (*MsgCopy) TypeID() uint32 {
tl_msg_copy_gen.go#L79: func (*MsgCopy) TypeName() string {
tl_msg_copy_gen.go#L84: func (m *MsgCopy) TypeInfo() tdp.Type {
tl_msg_copy_gen.go#L103: func (m *MsgCopy) Encode(b *bin.Buffer) error {
tl_msg_copy_gen.go#L112: func (m *MsgCopy) EncodeBare(b *bin.Buffer) error {
tl_msg_copy_gen.go#L123: func (m *MsgCopy) Decode(b *bin.Buffer) error {
tl_msg_copy_gen.go#L134: func (m *MsgCopy) DecodeBare(b *bin.Buffer) error {
tl_msg_copy_gen.go#L147: func (m *MsgCopy) GetOrigMessage() (value Message) {
tl_registry_gen.go#L163: MsgCopyTypeID: func() bin.Object { return &MsgCopy{} },
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. |