type github.com/gotd/td/internal/mt.MsgsAllInfo
18 uses
github.com/gotd/td/internal/mt (current package)
tl_msgs_all_info_gen.go#L35: type MsgsAllInfo struct {
tl_msgs_all_info_gen.go#L47: _ bin.Encoder = &MsgsAllInfo{}
tl_msgs_all_info_gen.go#L48: _ bin.Decoder = &MsgsAllInfo{}
tl_msgs_all_info_gen.go#L49: _ bin.BareEncoder = &MsgsAllInfo{}
tl_msgs_all_info_gen.go#L50: _ bin.BareDecoder = &MsgsAllInfo{}
tl_msgs_all_info_gen.go#L53: func (m *MsgsAllInfo) Zero() bool {
tl_msgs_all_info_gen.go#L68: func (m *MsgsAllInfo) String() string {
tl_msgs_all_info_gen.go#L72: type Alias MsgsAllInfo
tl_msgs_all_info_gen.go#L79: func (*MsgsAllInfo) TypeID() uint32 {
tl_msgs_all_info_gen.go#L84: func (*MsgsAllInfo) TypeName() string {
tl_msgs_all_info_gen.go#L89: func (m *MsgsAllInfo) TypeInfo() tdp.Type {
tl_msgs_all_info_gen.go#L112: func (m *MsgsAllInfo) Encode(b *bin.Buffer) error {
tl_msgs_all_info_gen.go#L121: func (m *MsgsAllInfo) EncodeBare(b *bin.Buffer) error {
tl_msgs_all_info_gen.go#L134: func (m *MsgsAllInfo) Decode(b *bin.Buffer) error {
tl_msgs_all_info_gen.go#L145: func (m *MsgsAllInfo) DecodeBare(b *bin.Buffer) error {
tl_msgs_all_info_gen.go#L177: func (m *MsgsAllInfo) GetMsgIDs() (value []int64) {
tl_msgs_all_info_gen.go#L185: func (m *MsgsAllInfo) GetInfo() (value []byte) {
tl_registry_gen.go#L171: MsgsAllInfoTypeID: func() bin.Object { return &MsgsAllInfo{} },
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. |