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{} },