const github.com/gotd/td/internal/mt.RPCDropAnswerRequestTypeID

9 uses

	github.com/gotd/td/internal/mt (current package)
		tl_registry_gen.go#L76: 		RPCDropAnswerRequestTypeID:       "rpc_drop_answer#58e4a740",
		tl_registry_gen.go#L127: 		"rpc_drop_answer":            RPCDropAnswerRequestTypeID,
		tl_registry_gen.go#L178: 		RPCDropAnswerRequestTypeID:       func() bin.Object { return &RPCDropAnswerRequest{} },
		tl_rpc_drop_answer_const_gen.go#L41: const RPCDropAnswerRequestTypeID = 0x58e4a740
		tl_rpc_drop_answer_const_gen.go#L75: 	return RPCDropAnswerRequestTypeID
		tl_rpc_drop_answer_const_gen.go#L87: 		ID:   RPCDropAnswerRequestTypeID,
		tl_rpc_drop_answer_const_gen.go#L107: 	b.PutID(RPCDropAnswerRequestTypeID)
		tl_rpc_drop_answer_const_gen.go#L125: 	if err := b.ConsumeID(RPCDropAnswerRequestTypeID); err != nil {

	github.com/gotd/td/internal/mtproto
		rpc.go#L52: 		c.getTimeout(mt.RPCDropAnswerRequestTypeID),