type github.com/gotd/td/tg.AttachMenuBotsNotModified

20 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bots_gen.go#L38: type AttachMenuBotsNotModified struct {
		tl_attach_menu_bots_gen.go#L45: func (a AttachMenuBotsNotModified) construct() AttachMenuBotsClass { return &a }
		tl_attach_menu_bots_gen.go#L49: 	_ bin.Encoder     = &AttachMenuBotsNotModified{}
		tl_attach_menu_bots_gen.go#L50: 	_ bin.Decoder     = &AttachMenuBotsNotModified{}
		tl_attach_menu_bots_gen.go#L51: 	_ bin.BareEncoder = &AttachMenuBotsNotModified{}
		tl_attach_menu_bots_gen.go#L52: 	_ bin.BareDecoder = &AttachMenuBotsNotModified{}
		tl_attach_menu_bots_gen.go#L54: 	_ AttachMenuBotsClass = &AttachMenuBotsNotModified{}
		tl_attach_menu_bots_gen.go#L57: func (a *AttachMenuBotsNotModified) Zero() bool {
		tl_attach_menu_bots_gen.go#L66: func (a *AttachMenuBotsNotModified) String() string {
		tl_attach_menu_bots_gen.go#L70: 	type Alias AttachMenuBotsNotModified
		tl_attach_menu_bots_gen.go#L77: func (*AttachMenuBotsNotModified) TypeID() uint32 {
		tl_attach_menu_bots_gen.go#L82: func (*AttachMenuBotsNotModified) TypeName() string {
		tl_attach_menu_bots_gen.go#L87: func (a *AttachMenuBotsNotModified) TypeInfo() tdp.Type {
		tl_attach_menu_bots_gen.go#L101: func (a *AttachMenuBotsNotModified) Encode(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L110: func (a *AttachMenuBotsNotModified) EncodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L118: func (a *AttachMenuBotsNotModified) Decode(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L129: func (a *AttachMenuBotsNotModified) DecodeBare(b *bin.Buffer) error {
		tl_attach_menu_bots_gen.go#L413: func (a *AttachMenuBotsNotModified) AsModified() (*AttachMenuBots, bool) {
		tl_attach_menu_bots_gen.go#L431: 		v := AttachMenuBotsNotModified{}
		tl_registry_gen.go#L4650: 		AttachMenuBotsNotModifiedTypeID:                                         func() bin.Object { return &AttachMenuBotsNotModified{} },